From c6186671e47fc4b65546629695338edb888adbc3 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Mon, 30 Oct 2023 16:43:42 -0400 Subject: [PATCH] Removing comment --- src/layouts/vin-lookup/vin-lookup.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index eeb1a279..ab82ee60 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -220,7 +220,6 @@ export default { } // navigate back to vehicle-damage - console.log(`glass available: ${isSelectedGlassAvailableForVehicle}`); if (this.isCarIdDifferentFromTheStore && !isSelectedGlassAvailableForVehicle) { this.mainStore.updateVehicle(this.vehicleFromLookup); this.mainStore.resetDamageState();