Skip to content

Commit d15b458

Browse files
committed
[DELETE] a statement for debugging
1 parent dd912b3 commit d15b458

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/ruby-to-blocks-converter/microbit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const MicroBitConverter = {
99
// eslint-disable-next-line no-unused-vars
1010
onSend: function (receiver, name, args, rubyBlockArgs, rubyBlock) {
1111
let block;
12-
console.log(arguments);
1312
if ((this._isSelf(receiver) || receiver === Opal.nil) &&
1413
name === 'when' &&
1514
args.length >= 1 && args[0].type === 'sym' &&

0 commit comments

Comments
 (0)