MCP: somewhat functional (?) full keybinding GUI
[ardour.git] / libs / surfaces / mackie / gui.cc
index 0ed07276a67125d81453436dd666aad059b57800..acb4779b7f6928e6d21e39f7d2b953cb8d25701c 100644 (file)
@@ -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);
                }
+                       
        }
 }