Removing comment

This commit is contained in:
brydon1 2023-09-28 16:59:00 -04:00
parent 1990c7e51b
commit 435828f1c1

View file

@ -479,7 +479,6 @@ export const useMainStore = defineStore({
this.order.customer.phoneNumber?.replaceAll('-', '')
)
}).then((r) => {
console.log(r);
this.applicationUser.duplicateOrders = r.data ?? [];
return resolve(r.data);
}).catch((error) => {