From a6ab93be2421cd2ab9aa941e37eb621292cb4b05 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Mar 2011 13:09:53 +0000 Subject: [PATCH] Remove debug code. git-svn-id: svn://localhost/ardour2/branches/3.0@9092 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route.cc | 5 ----- 1 file changed, 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; }