summaryrefslogtreecommitdiff
path: root/libs/ardour/meter.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-04 20:19:29 +0000
committerDavid Robillard <d@drobilla.net>2009-05-04 20:19:29 +0000
commitc892bc35c8048514a07499871a23eb94cbd101c0 (patch)
tree75f406e845a62ace068008e0aa2bd1e59503862d /libs/ardour/meter.cc
parent3a6fa245c2569983c02414bea4c3fcfd7c21e746 (diff)
Shut up.
git-svn-id: svn://localhost/ardour2/branches/3.0@5042 d708f5d6-7413-0410-9779-e7cbd77b26cf
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();