summaryrefslogtreecommitdiff
path: root/libs/ardour/meter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/meter.cc')
-rw-r--r--libs/ardour/meter.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/meter.cc b/libs/ardour/meter.cc
index ec2a136fb5..30d4d1a1d8 100644
--- a/libs/ardour/meter.cc
+++ b/libs/ardour/meter.cc
@@ -98,8 +98,6 @@ PeakMeter::reset_max ()
bool
PeakMeter::configure_io (ChanCount in, ChanCount out)
{
- cerr << "METER CONFIGURE IO " << in << " -> " << out << endl;
-
/* we're transparent no matter what. fight the power. */
if (out != in) {
return false;
@@ -107,8 +105,6 @@ PeakMeter::configure_io (ChanCount in, ChanCount out)
uint32_t limit = in.n_total();
- cerr << "METER LIMIT " << limit << endl;
-
while (_peak_power.size() > limit) {
_peak_power.pop_back();
_visible_peak_power.pop_back();