[Summary] Removing dbg output.

This commit is contained in:
Valeriy Kamyshniy 2015-03-31 16:47:45 +03:00
parent 42f4f0f96b
commit bbb72ac97b

View file

@ -3042,12 +3042,7 @@ ARDOUR_UI::get_session_parameters (bool quit_on_cancel, bool should_be_new, stri
// so we must show SessionDialog
if (should_be_new || session_name.empty()) {
/* need the dialog to get info from user */
std::cout << "#########################################################################################" << std::endl;
std::cout << "#########################################################################################" << std::endl;
std::cout << "int response = _session_dialog.run();" << std::endl;
int response = _session_dialog.run();
std::cout << "#########################################################################################" << std::endl;
std::cout << "#########################################################################################" << std::endl;
switch (response) {
case Gtk::RESPONSE_ACCEPT: // existed session was choosen or new session was created
break;