remove debugging output

This commit is contained in:
Paul Davis 2014-10-01 21:04:37 -04:00
parent c4be44fe6e
commit eed18d164e

View file

@ -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<Port> wa, std::string, boost::weak_ptr<Port> wb, std::string, bool connected)
{
if (!_session) {
cerr << "PCH, early\n";
return;
}