remove debugging output in a hidden corner of Route::process_output_buffers()
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 31 May 2006 11:55:53 +0000 (11:55 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 31 May 2006 11:55:53 +0000 (11:55 +0000)
git-svn-id: svn://localhost/ardour2/trunk@546 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/route.cc

index 2ce7f939b41c8f3040d6174a1040f0c9d6b1377f..71beb945bfc6c89bb06761e374ae018eb782aa9c 100644 (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) ||