diff --git a/src/store/index.js b/src/store/index.js index 8b93a41d..7ecfbb83 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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) => {