13
0

remove commented debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@7181 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-27 15:06:39 +00:00
parent d0d160e566
commit d15082d828

View File

@ -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()) {