remove debug output

This commit is contained in:
Paul Davis 2020-01-13 23:19:52 -07:00
parent 9f474953fd
commit 2579e70f46

View File

@ -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<AutomationControl> ac (stv->stripable()->mute_control());
if (ac) {