Removing unnecessary log
This commit is contained in:
parent
3c5eae472f
commit
c7fbdf50a1
1 changed files with 1 additions and 3 deletions
|
|
@ -310,9 +310,7 @@ export default {
|
||||||
if (this.policyLookupSuccessful
|
if (this.policyLookupSuccessful
|
||||||
&& useMainStore().isClaimRegistrationRequired
|
&& useMainStore().isClaimRegistrationRequired
|
||||||
&& this.coveredAndServicePriceAboveOrEqualDeductible) {
|
&& this.coveredAndServicePriceAboveOrEqualDeductible) {
|
||||||
await useMainStore().registerClaim().catch((e) => {
|
await useMainStore().registerClaim().catch(() => {});
|
||||||
console.log(e);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
vm.$refs.loadingModal.hideModal();
|
vm.$refs.loadingModal.hideModal();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue