summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-07 13:09:53 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-07 13:09:53 +0000
commita6ab93be2421cd2ab9aa941e37eb621292cb4b05 (patch)
treec336480c44bdc4089d1fb435686319c6ed7b4a45 /libs/ardour/route.cc
parenta187460b07a5b82f0e482c736954397c418f56c5 (diff)
Remove debug code.
git-svn-id: svn://localhost/ardour2/branches/3.0@9092 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 37fef86233..6be38966d8 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -397,13 +397,8 @@ Route::process_output_buffers (BufferSet& bufs,
{
bool monitor = should_monitor ();
- cerr << name() << " will monitor ? " << monitor << endl;
-
bufs.is_silent (false);
- cerr << name() << " POB, should declick ? " << declick << endl;
- declick = 0;
-
if (!declick) {
declick = _pending_declick;
}