remove console.logs

This commit is contained in:
Bill Richardson 2023-09-13 13:57:26 -04:00
parent 77204cd8d5
commit 1453bf67f2

View file

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