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