mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Removing console logs that came in accidentally via un-rebased merge.
This commit is contained in:
parent
fed43e1841
commit
7a14dad668
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue