From cf644c0c97ffa29f69c5dbfcafd9dceb745c6f88 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 31 May 2006 11:55:53 +0000 Subject: [PATCH] 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 --- libs/ardour/route.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 2ce7f939b4..71beb945bf 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -540,9 +540,6 @@ Route::process_output_buffers (vector& 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) ||