chore: code clean-up

This commit is contained in:
Vlad Stan 2023-07-13 11:02:12 +03:00
parent e72f013d84
commit 65b19845d1
3 changed files with 0 additions and 45 deletions

View file

@ -89,10 +89,6 @@ async function customerOrders(path) {
}
},
created() {
console.log('### orders', this.orders)
console.log('### products', this.products)
console.log('### stall', this.stalls)
console.log('### merchants', this.merchants)
}
})
}