13
0

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:
Paul Davis 2006-05-31 11:55:53 +00:00
parent 5a4b7e4178
commit cf644c0c97

View File

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