13
0

less debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@7065 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-05 15:48:09 +00:00
parent 3fa522e5df
commit 958d5ffefd

View File

@ -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 ();