Skip to content

Commit 39e30dd

Browse files
committed
remove console.log
1 parent de28372 commit 39e30dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shopify/common-app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ export default {
589589
async resourceAction(objectType, action, params = {}, id = null) {
590590
const shopify = this.getShopifyInstance();
591591
this._makeRequestOpts(params);
592-
try { console.log(params);
592+
try {
593593
const result = id
594594
? await shopify[objectType][action](id, params)
595595
: await shopify[objectType][action](params);

0 commit comments

Comments
 (0)