remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 19 Apr 2016 19:42:00 +0000 (15:42 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:41 +0000 (15:30 -0400)
libs/ardour/mute_control.cc

index e14ba36e8799ace607aa4bfee85198d2e4cfd438..a345f5420350a9a0e038106fcdcb92e1016a3db0 100644 (file)
@@ -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) {