remove console log

This commit is contained in:
FrankRua 2022-07-07 09:35:23 -04:00
parent 69e6fa4173
commit 44366e9dbe

View file

@ -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);