From 1453bf67f2af7e45c2f99ebe56e33d6b08c50ea1 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 13 Sep 2023 13:57:26 -0400 Subject: [PATCH] remove console.logs --- src/store/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index baed5200..65660234 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1507,7 +1507,6 @@ export const useMainStore = defineStore({ }, saveServiceLocation(serviceLocationInfo) { - console.log(serviceLocationInfo); if (this.order.serviceLocation) { if ( serviceLocationInfo.zipCode !== this.order.serviceLocation.zipCode @@ -1764,8 +1763,6 @@ function convertGlassPieceToBackEndCompatibleFormat(glassPieces) { } function providersEqual(providerA, providerB) { - console.log(providerA); - console.log(providerB); return ( providerA.providerNumber === providerB.providerNumber && providerA.address?.city === providerB.address?.city