remove console.logs
This commit is contained in:
CarlNation 2023-12-07 14:06:19 -05:00
parent d01349d5ca
commit 25ef4b7b4b

View file

@ -140,8 +140,6 @@ export default {
}, },
computed: { computed: {
ShowCart() { ShowCart() {
console.log(this.isPia);
console.log(store.getters.submittedOrder.settledTenderAmount);
if (this.isPia && store.getters.submittedOrder.settledTenderAmount == 0) { if (this.isPia && store.getters.submittedOrder.settledTenderAmount == 0) {
return false; return false;
} }