Skip to content

Commit 742b066

Browse files
committed
remove console.log
1 parent 2539b13 commit 742b066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/slybroadcast/slybroadcast.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
_makeRequest(opts = {}) {
3737
const {
3838
$ = this, method = "POST", path, data, ...otherOpts
39-
} = opts; console.log(data);
39+
} = opts;
4040
return axios($, {
4141
...otherOpts,
4242
method,

0 commit comments

Comments
 (0)