Remove debug message
This commit is contained in:
@@ -568,8 +568,6 @@ ARDOUR_UI::load_session_from_startup_fsm ()
|
||||
const BusProfile bus_profile = startup_fsm->bus_profile;
|
||||
const bool session_was_not_named = (!startup_fsm->session_name_edited && ARDOUR_COMMAND_LINE::session_name.empty());
|
||||
|
||||
std::cout << " loading from " << session_path << " as " << session_name << " templ " << session_template << " is_new " << session_is_new << " bp " << bus_profile.master_out_channels << std::endl;
|
||||
|
||||
if (session_is_new) {
|
||||
|
||||
if (build_session (session_path, session_name, session_template, bus_profile, true, session_was_not_named)) {
|
||||
|
||||
Reference in New Issue
Block a user