remove console.logs
This commit is contained in:
parent
77204cd8d5
commit
1453bf67f2
1 changed files with 0 additions and 3 deletions
|
|
@ -1507,7 +1507,6 @@ export const useMainStore = defineStore({
|
||||||
},
|
},
|
||||||
|
|
||||||
saveServiceLocation(serviceLocationInfo) {
|
saveServiceLocation(serviceLocationInfo) {
|
||||||
console.log(serviceLocationInfo);
|
|
||||||
if (this.order.serviceLocation) {
|
if (this.order.serviceLocation) {
|
||||||
if (
|
if (
|
||||||
serviceLocationInfo.zipCode !== this.order.serviceLocation.zipCode
|
serviceLocationInfo.zipCode !== this.order.serviceLocation.zipCode
|
||||||
|
|
@ -1764,8 +1763,6 @@ function convertGlassPieceToBackEndCompatibleFormat(glassPieces) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function providersEqual(providerA, providerB) {
|
function providersEqual(providerA, providerB) {
|
||||||
console.log(providerA);
|
|
||||||
console.log(providerB);
|
|
||||||
return (
|
return (
|
||||||
providerA.providerNumber === providerB.providerNumber
|
providerA.providerNumber === providerB.providerNumber
|
||||||
&& providerA.address?.city === providerB.address?.city
|
&& providerA.address?.city === providerB.address?.city
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue