From 04d401996c0357f60145a5fb28fce6d10f47784f Mon Sep 17 00:00:00 2001 From: DD Liu <liudi@media.mit.edu> Date: Tue, 24 Nov 2020 16:54:07 -0500 Subject: [PATCH] Remove commented code --- src/io/ble.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/io/ble.js b/src/io/ble.js index 52a14f0b7..3d800ef06 100644 --- a/src/io/ble.js +++ b/src/io/ble.js @@ -191,7 +191,6 @@ class BLE extends JSONRPC { } break; case 'userDidNotPickPeripheral': - // this._availablePeripherals[params.peripheralId] = params; this._runtime.emit( this._runtime.constructor.PERIPHERAL_SCAN_TIMEOUT );