summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/mute_control.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/mute_control.cc b/libs/ardour/mute_control.cc
index e14ba36e87..a345f54203 100644
--- a/libs/ardour/mute_control.cc
+++ b/libs/ardour/mute_control.cc
@@ -95,12 +95,6 @@ MuteControl::master_changed (bool self_change, Controllable::GroupControlDisposi
const double changed_master_value = m->get_value();
boost::shared_ptr<MuteControl> mc = boost::dynamic_pointer_cast<MuteControl> (m);
- if (m) {
- cerr << "master changed, self ? " << self_change << " self muted = "
- << mc->muted_by_self() << " others " << mc->muted_by_others()
- << endl;
- }
-
if (changed_master_value) {
/* this master is now enabled */
if (!muted_by_self() && get_boolean_masters() == 0) {