summaryrefslogtreecommitdiff
path: root/libs/ardour/monitor_processor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-10 23:12:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-10 23:12:16 +0000
commite98284d9e81f8ff5d369381412b0bd56e4fe0123 (patch)
tree02b312ca1e05769d65af6b42e4483b021b8760d3 /libs/ardour/monitor_processor.cc
parent4fce17737763a53d903e890c563669ef143fae03 (diff)
remove some unnecessary and hard-to-compile-on-OSX debug stuff
git-svn-id: svn://localhost/ardour2/branches/3.0@8005 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/monitor_processor.cc')
-rw-r--r--libs/ardour/monitor_processor.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/ardour/monitor_processor.cc b/libs/ardour/monitor_processor.cc
index 8ea5e70aab..a164f025e8 100644
--- a/libs/ardour/monitor_processor.cc
+++ b/libs/ardour/monitor_processor.cc
@@ -275,22 +275,6 @@ MonitorProcessor::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /
target_gain = 0.0;
}
}
-
- DEBUG_TRACE (DEBUG::Monitor,
- string_compose("channel %1 SB %12 sb %2 gc %3 gd %4 cd %5 dl %6 cp %7 cc %8 cs %9 sc %10 TG %11\n",
- chn,
- solo_boost,
- global_cut,
- global_dim,
- _channels[chn]->dim,
- dim_level,
- _channels[chn]->polarity,
- _channels[chn]->cut,
- _channels[chn]->soloed,
- solo_cnt,
- target_gain,
- (float) _solo_boost_level.val()
- ));
if (target_gain != _channels[chn]->current_gain || target_gain != 1.0f) {