CSR-1871
remove console.logs
This commit is contained in:
parent
d01349d5ca
commit
25ef4b7b4b
1 changed files with 0 additions and 2 deletions
|
|
@ -140,8 +140,6 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
ShowCart() {
|
||||
console.log(this.isPia);
|
||||
console.log(store.getters.submittedOrder.settledTenderAmount);
|
||||
if (this.isPia && store.getters.submittedOrder.settledTenderAmount == 0) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue