mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Removing console logs.
This commit is contained in:
parent
fdda1e53e3
commit
2d9531a15c
3 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue