less debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@7065 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3fa522e5df
commit
958d5ffefd
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user