summaryrefslogtreecommitdiff
path: root/libs/ardour/mute_control.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-04-19 15:42:00 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:41 -0400
commit0ef0492cbb96987c44bf99a5f89630afce6b4376 (patch)
treeeff4c1118c8d1a8509646baa936d45e1fb1e8e9a /libs/ardour/mute_control.cc
parent3fe50951e4341853dddc79dc2be007c9f87dbb9b (diff)
remove debug output
Diffstat (limited to 'libs/ardour/mute_control.cc')
-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) {