removed console.log

This commit is contained in:
Philip Korsholm
2021-10-21 08:41:08 +02:00
parent e55c84c731
commit 9a1e47dda1

View File

@@ -322,7 +322,6 @@ class ProductService extends BaseService {
return res
})
)
console.log('test')
const result = await this.retrieve(product.id, { relations: ["options"] })