mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
remove debugging output in a hidden corner of Route::process_output_buffers()
git-svn-id: svn://localhost/ardour2/trunk@546 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5a4b7e4178
commit
cf644c0c97
1 changed files with 0 additions and 3 deletions
|
|
@ -540,9 +540,6 @@ Route::process_output_buffers (vector<Sample*>& bufs, uint32_t nbufs,
|
|||
solo_audible = solo_gain > 0;
|
||||
mute_audible = dmg > 0 || !_mute_affects_control_outs;
|
||||
|
||||
cerr << _name << " have control outs, solo audible = " << solo_audible << " mute audible = " << mute_audible
|
||||
<< endl;
|
||||
|
||||
if ( // silent anyway
|
||||
|
||||
(_gain == 0 && !apply_gain_automation) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue