diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 7eeae417d9..48eeae7774 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -536,7 +536,6 @@ Route::set_listen (bool yn, void* src) } if (_monitor_send) { - cerr << name() << " set listen = " << yn << " current = " << _monitor_send->active() << endl; if (yn != _monitor_send->active()) { if (yn) { _monitor_send->activate ();