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
|
||||
&& useMainStore().isClaimRegistrationRequired
|
||||
&& this.coveredAndServicePriceAboveOrEqualDeductible) {
|
||||
await useMainStore().registerClaim().catch((e) => {
|
||||
console.log(e);
|
||||
});
|
||||
await useMainStore().registerClaim().catch(() => {});
|
||||
}
|
||||
vm.$refs.loadingModal.hideModal();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue