From 202ddba9e2a62fa0b5a387c139badee2757a90ce Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Apr 2016 16:07:00 -0400 Subject: remove more debug output --- gtk2_ardour/route_ui.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/route_ui.cc') diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 3f00966c31..67de68aa69 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -1225,8 +1225,6 @@ RouteUI::mute_active_state (Session* s, boost::shared_ptr 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; -- cgit v1.2.3