mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
remove commented debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@7181 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d0d160e566
commit
d15082d828
1 changed files with 1 additions and 4 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue