Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante1349 committed Jan 24, 2022
1 parent dc83446 commit c21ad43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WebMIDIHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export class WebMIDIHandler {
return
}

console.log(this.midi.inputs, this.midi.inputs.length)

if (this.midi.inputs && this.midi.inputs.length > 0 && deviceNo < this.midi.inputs.length) {
const device = this.midi.inputs[deviceNo]

Expand Down

0 comments on commit c21ad43

Please sign in to comment.