We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b91757 commit d343331Copy full SHA for d343331
lib/init-script/gtm.js
@@ -65,7 +65,6 @@
65
var method = item.shift();
66
if (analytics[method]) {
67
analytics[method].apply(analytics, item);
68
- console.log(method);
69
}
70
71
});
0 commit comments