From 2579e70f46a8d3d49ea45da0284ccc4d8413fe54 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 13 Jan 2020 23:19:52 -0700 Subject: [PATCH] remove debug output --- gtk2_ardour/editor_routes.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc index d3634db38b..442cd349fa 100644 --- a/gtk2_ardour/editor_routes.cc +++ b/gtk2_ardour/editor_routes.cc @@ -479,8 +479,6 @@ EditorRoutes::on_tv_mute_enable_toggled (std::string const & path_string) return; } - cerr << "Mute toggled for " << stv->stripable()->name() << endl; - boost::shared_ptr ac (stv->stripable()->mute_control()); if (ac) {