diff --git a/src/store/index.js b/src/store/index.js index 887ee0dd..4e03ce52 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -557,8 +557,6 @@ export const useMainStore = defineStore({ isItac: this.order.policy.isITAC } }).then((r) => { - console.log('Promise Log: '); - console.log(r); this.order.policy.policyData = r.data.policyData; this.updateDeductible(r.data.deductible); return resolve(r);