Remove debug code.

git-svn-id: svn://localhost/ardour2/branches/3.0@9092 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-07 13:09:53 +00:00
parent a187460b07
commit a6ab93be24

View file

@ -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;
}