mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-01 08:59:51 -04:00
Remove commented code
This commit is contained in:
parent
87cb4a7ef0
commit
04d401996c
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ class BLE extends JSONRPC {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'userDidNotPickPeripheral':
|
case 'userDidNotPickPeripheral':
|
||||||
// this._availablePeripherals[params.peripheralId] = params;
|
|
||||||
this._runtime.emit(
|
this._runtime.emit(
|
||||||
this._runtime.constructor.PERIPHERAL_SCAN_TIMEOUT
|
this._runtime.constructor.PERIPHERAL_SCAN_TIMEOUT
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue