diff --git a/lib/bluetooth.ts b/lib/bluetooth.ts index d1c709c..65f9b47 100644 --- a/lib/bluetooth.ts +++ b/lib/bluetooth.ts @@ -170,9 +170,6 @@ export class MicrobitWebBluetoothConnection return; } // TODO: timeout unification? - // Connection happens inside createBluetoothDeviceWrapper. - // await this.connection?.connect(); - // this.setStatus(ConnectionStatus.CONNECTED); } setNameFilter(name: string) {