summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-05 15:48:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-05 15:48:09 +0000
commit958d5ffefd8cbd386ec334060b9e887797afa728 (patch)
tree755778137c8529e12c5bcb315f67aeb5edb26d18 /libs/ardour/route.cc
parent3fa522e5df8401e8351c9a87f2f761f87a87a31a (diff)
less debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@7065 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 0 insertions, 1 deletions
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 ();