13
0

remove debug output

This commit is contained in:
Robin Gareus 2016-01-07 13:38:48 +01:00
parent 47c08a36eb
commit 727d6128f1

View File

@ -2839,7 +2839,6 @@ ARDOUR_UI::build_session_from_dialog (SessionDialog& sd, const std::string& sess
void
ARDOUR_UI::load_from_application_api (const std::string& path)
{
printf("ARDOUR_UI::load_from_application_api\n");
ARDOUR_COMMAND_LINE::session_name = path;
/* Cancel SessionDialog if it's visible to make OSX delegates work.
*