remove more debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 19 Apr 2016 20:07:00 +0000 (16:07 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:41 +0000 (15:30 -0400)
gtk2_ardour/route_ui.cc

index 3f00966c31eee03daa2bae6e10978b3b488a4f35..67de68aa698f4c048b23a165d5d72b7cb815fc03 100644 (file)
@@ -1225,8 +1225,6 @@ RouteUI::mute_active_state (Session* s, boost::shared_ptr<Route> r)
 
        if (Config->get_show_solo_mutes() && !Config->get_solo_control_is_listen_control ()) {
 
-               std::cerr << r->name() << " self " << r->mute_control()->muted_by_self() << " others " << r->muted_by_others() << " soloing " << r->muted_by_others_soloing() << std::endl;
-
                if (r->mute_control()->muted_by_self ()) {
                        /* full mute */
                        return Gtkmm2ext::ExplicitActive;