Skip to content

Commit 9a2778d

Browse files
committed
remove console.log
1 parent e8f4467 commit 9a2778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/customjs/customjs.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
...opts,
6161
});
6262
},
63-
runPuppeteer(opts = {}) { console.log(opts.data);
63+
runPuppeteer(opts = {}) {
6464
return this._makeRequest({
6565
headers: {
6666
"customjs-origin": "pipedream/puppeteer",

0 commit comments

Comments
 (0)