Skip to content

Commit 1d2bd08

Browse files
committed
remove console.log
1 parent c932b1d commit 1d2bd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shopify/actions/search-products/search-products.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
const query = queryArray.length
9696
? queryArray.join(" AND ")
9797
: undefined;
98-
console.log(query);
98+
9999
let products = await this.shopify.getPaginated({
100100
resourceFn: this.shopify.listProducts,
101101
resourceKeys: [

0 commit comments

Comments
 (0)