Skip to content

Commit

Permalink
remove debug output added by #11859
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 6, 2024
1 parent f610d58 commit 2cfee78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preferences/dialog/dlgprefsound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ void DlgPrefSound::deviceChanged() {
while (it.hasNext()) {
it.next();
if (it.value().first == id) {
qWarning() << " -> match";
selectedChannelsForDevice.append(it.value().second);
}
}
Expand Down

0 comments on commit 2cfee78

Please sign in to comment.