diff --git a/src/extensions/scratch3_microbit/index.js b/src/extensions/scratch3_microbit/index.js index b54af9205..a955766eb 100644 --- a/src/extensions/scratch3_microbit/index.js +++ b/src/extensions/scratch3_microbit/index.js @@ -144,8 +144,6 @@ class MicroBit { * Stop all the communication tasks pending on the task queue. */ stopAll () { - console.log('*** STOPALL()'); - console.log('*** TASKQUEUE CANCEL_ALL'); this._queue.cancelAll(); }