Skip to content

Commit

Permalink
Remove commented out code and old out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Dec 4, 2024
1 parent 5fcaa4a commit e21e234
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/bluetooth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e21e234

Please sign in to comment.