mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
remove debugging output
This commit is contained in:
parent
c4be44fe6e
commit
eed18d164e
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue