Removing console logs that came in accidentally via un-rebased merge.

This commit is contained in:
unknown 2019-03-06 12:55:04 -05:00
parent fed43e1841
commit 7a14dad668

View file

@ -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();
}