Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jan 31, 2025
1 parent bbbf26f commit 1eec8e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ChannelDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ export class ChannelDetector {
// one of the following
context.state = state;
if (this._testOneState(context)) {
console.log(state.name, 'used in current device', context.usedInCurrentDevice);
found = true;
}
if (state.required && !found) {
Expand Down

0 comments on commit 1eec8e0

Please sign in to comment.