From d15082d828edf5a8823eeaacbc982e85ab28807c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 May 2010 15:06:39 +0000 Subject: [PATCH] remove commented debug output git-svn-id: svn://localhost/ardour2/branches/3.0@7181 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 1dfa66a7b1..8ca1038736 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -451,10 +451,7 @@ Route::process_output_buffers (BufferSet& bufs, Glib::RWLock::ReaderLock rm (_processor_lock, Glib::TRY_LOCK); if (rm.locked()) { - //cerr << name() << " upstream solo " << _soloed_by_others_upstream - // << " downstream solo " << _soloed_by_others_downstream - // << " self " << _self_solo - //<< endl; + for (ProcessorList::iterator i = _processors.begin(); i != _processors.end(); ++i) { if (bufs.count() != (*i)->input_streams()) {