diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index d3858dd099..0d4c012176 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -5850,7 +5850,6 @@ void Editor::port_registration_handler () { if (!_session) { - cerr << "PRH, early\n"; return; } @@ -5861,7 +5860,6 @@ void Editor::port_connection_handler (boost::weak_ptr wa, std::string, boost::weak_ptr wb, std::string, bool connected) { if (!_session) { - cerr << "PCH, early\n"; return; }