From 48ac7678eaeeb48babe2f9cd1b110b47f8da7c2b Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Mon, 20 Nov 2023 15:34:09 -0500 Subject: [PATCH] Updating unit tests. --- src/store/index.js | 2 -- 1 file changed, 2 deletions(-) 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);