summaryrefslogtreecommitdiff
path: root/libs/ardour/panner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/panner.cc')
-rw-r--r--libs/ardour/panner.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc
index 3b700631cb..bd6d05a0b4 100644
--- a/libs/ardour/panner.cc
+++ b/libs/ardour/panner.cc
@@ -830,8 +830,6 @@ Panner::reset (uint32_t nouts, uint32_t npans)
bool changed = false;
bool do_not_and_did_not_need_panning = ((nouts < 2) && (outputs.size() < 2));
- cerr << "panner " << _name << " reset to " << nouts << " / " << npans << endl;
-
/* if new and old config don't need panning, or if
the config hasn't changed, we're done.
*/