From 958d5ffefd8cbd386ec334060b9e887797afa728 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 5 May 2010 15:48:09 +0000 Subject: [PATCH] less debugging git-svn-id: svn://localhost/ardour2/branches/3.0@7065 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route.cc | 1 - 1 file changed, 1 deletion(-) 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 ();