Removing console logs.

This commit is contained in:
Evelyn Eastmond 2018-11-18 13:41:26 -05:00
parent fdda1e53e3
commit 2d9531a15c
3 changed files with 0 additions and 3 deletions

View file

@ -579,7 +579,6 @@ class EV3 {
* Called by the runtime when user wants to disconnect from the EV3 peripheral.
*/
disconnect () {
console.log('EV3 DISCONNECT');
this._clearSensorsAndMotors();
window.clearInterval(this._pollingIntervalID);
this._pollingIntervalID = null;