X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fmackie%2Fgui.cc;h=acb4779b7f6928e6d21e39f7d2b953cb8d25701c;hb=6bd6f58dee3442cb3ab140be3966da2a07564040;hp=0ed07276a67125d81453436dd666aad059b57800;hpb=934ad9ab63b316f4e63cb5604c71d38fd7d1b445;p=ardour.git diff --git a/libs/surfaces/mackie/gui.cc b/libs/surfaces/mackie/gui.cc index 0ed07276a6..acb4779b7f 100644 --- a/libs/surfaces/mackie/gui.cc +++ b/libs/surfaces/mackie/gui.cc @@ -280,9 +280,7 @@ MackieControlProtocolGUI::refresh_function_key_editor () if (action.empty()) { row[function_key_columns.plain] = defstring; } else { - std::cerr << "action = " << action << '\n'; act = ActionManager::get_action (action.c_str()); - std::cerr << " action = " << act << endl; if (act) { row[function_key_columns.plain] = act->get_label(); } else { @@ -373,6 +371,7 @@ MackieControlProtocolGUI::action_changed (const Glib::ustring &sPath, const Glib if (act) { (*row).set_value (col.index(), text); } + } }