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, 1 insertions, 1 deletions
diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc
index c1292e6792..a4ae19d2d2 100644
--- a/libs/ardour/panner.cc
+++ b/libs/ardour/panner.cc
@@ -893,7 +893,7 @@ Panner::reset (uint32_t nouts, uint32_t npans)
bool changed = false;
bool do_not_and_did_not_need_panning = ((nouts < 2) && (outputs.size() < 2));
- cout << "Reset panner for " << nouts << " " << npans << "\n";
+ //cout << "Reset panner for " << nouts << " " << npans << "\n";
/* if new and old config don't need panning, or if
the config hasn't changed, we're done.