Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbmhunter committed Jun 11, 2024
1 parent 39ad707 commit c29b482
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/model/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ export class App {
*/
async scanForPorts() {
// Prompt user to select any serial port.
// if ('serial' in window.navigator) {
if (false) {
if ('serial' in window.navigator) {
// The Web Serial API is supported.

let localPort: SerialPort;
Expand Down

0 comments on commit c29b482

Please sign in to comment.