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 dd912b3 commit d15b458Copy full SHA for d15b458
src/lib/ruby-to-blocks-converter/microbit.js
@@ -9,7 +9,6 @@ const MicroBitConverter = {
9
// eslint-disable-next-line no-unused-vars
10
onSend: function (receiver, name, args, rubyBlockArgs, rubyBlock) {
11
let block;
12
- console.log(arguments);
13
if ((this._isSelf(receiver) || receiver === Opal.nil) &&
14
name === 'when' &&
15
args.length >= 1 && args[0].type === 'sym' &&
0 commit comments