Skip to content

Commit 693afb4

Browse files
committed
remove unneded console log
1 parent f3d28cf commit 693afb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Routing/VehicleProduct.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class VehicleProduct {
22
constructor(payload) {
3-
console.log(payload)
43
this.name = payload.name;
54
this.class = payload.class;
65
this.productCode = payload.productCode;

0 commit comments

Comments
 (0)