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

@ -107,7 +107,6 @@ const market = async () => {
computed: {
filterProducts() {
let products = this.products
console.log('### this.products', this.products)
if (this.activeStall) {
products = products.filter(p => p.stall_id == this.activeStall)
}
@ -379,7 +378,6 @@ const market = async () => {
this.accountMetadata = this.profiles.get(this.account.pubkey)
}
this.merchants.filter(m => m.publicKey === e.pubkey).forEach(m => m.profile = e.content)
console.log('### this.merchants', this.merchants)
return
} else if (e.kind == 30018) {
//it's a product `d` is the prod. id