Removing comment

This commit is contained in:
Michaela Brydon 2023-10-30 16:43:42 -04:00
parent f96cd96435
commit c6186671e4

View file

@ -220,7 +220,6 @@ export default {
} }
// navigate back to vehicle-damage // navigate back to vehicle-damage
console.log(`glass available: ${isSelectedGlassAvailableForVehicle}`);
if (this.isCarIdDifferentFromTheStore && !isSelectedGlassAvailableForVehicle) { if (this.isCarIdDifferentFromTheStore && !isSelectedGlassAvailableForVehicle) {
this.mainStore.updateVehicle(this.vehicleFromLookup); this.mainStore.updateVehicle(this.vehicleFromLookup);
this.mainStore.resetDamageState(); this.mainStore.resetDamageState();