Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 693afb4

Browse files
committedAug 1, 2017
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
 

‎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)
This repository has been archived.