Skip to content

Commit 7d015c4

Browse files
committed
Fix Bookworm build, remove cout
1 parent 11e6743 commit 7d015c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/bottle_edit_window.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,7 @@ void BottleEditWindow::on_select_wine_bin_path()
415415
}
416416
default:
417417
{
418-
std::cout << "Error: Unexpected button clicked in 'BottleEditWindow::on_select_wine_bin_response'." << std::endl;
419-
break;
418+
break; // ignore
420419
}
421420
}
422421
delete folder_chooser;

0 commit comments

Comments
 (0)