remove console log
This commit is contained in:
parent
69e6fa4173
commit
44366e9dbe
1 changed files with 0 additions and 2 deletions
|
|
@ -706,8 +706,6 @@ export const actions = {
|
|||
}
|
||||
},
|
||||
saveVehicleStyle(context, style) {
|
||||
|
||||
console.log(context.state.order.vehicle.style, style);
|
||||
//Reset dependent state when changing
|
||||
if (context.state.order.vehicle.style !== style) {
|
||||
context.commit(storeMutations.UPDATE_CAR_ID, null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue