less debugging
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 5 May 2010 15:48:09 +0000 (15:48 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 5 May 2010 15:48:09 +0000 (15:48 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7065 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/route.cc

index 7eeae417d90ce7238654c6f275b68cf92b2d2fef..48eeae77743127db6ef30bfab25ddfb55c4c59d5 100644 (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 ();