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

Commit

Permalink
remove unneded console log
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Aug 1, 2017
1 parent f3d28cf commit 693afb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Routing/VehicleProduct.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class VehicleProduct {
constructor(payload) {
console.log(payload)
this.name = payload.name;
this.class = payload.class;
this.productCode = payload.productCode;
Expand Down

0 comments on commit 693afb4

Please sign in to comment.