remove debug output

This commit is contained in:
Paul Davis 2019-07-18 10:42:58 -06:00
parent b47df18d5c
commit 47fcc85b19

View File

@ -3344,10 +3344,7 @@ ARDOUR_UI::get_session_parameters (bool quit_on_cancel, bool should_be_new, stri
}
if (session_name.empty()) {
/* need the dialog to get info from user */
cerr << "run dialog\n";
/* need the dialog to get the name (at least) from the user */
switch (session_dialog.run()) {
case RESPONSE_ACCEPT:
break;