mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 10:26:03 +01:00
[Summary] Removing dbg output.
This commit is contained in:
parent
42f4f0f96b
commit
bbb72ac97b
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue