remove console.log
This commit is contained in:
parent
3f7a0a455d
commit
2a28e952d8
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ export default {
|
|||
const isEnabled = piaExperience === 'true';
|
||||
const isDeductibleTotalEqualToZero = useMainStore().order.currentDeductible === 0;
|
||||
|
||||
console.log(useMainStore().order.currentDeductible);
|
||||
|
||||
return !isEnabled || useMainStore().isUnverified || (useMainStore().isDeductible && isDeductibleTotalEqualToZero);
|
||||
},
|
||||
paymentMethod() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue