From 9c647716368bcd379dc6aed82bed8a99bc1d67d6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Sep 2022 10:17:13 -0600 Subject: [PATCH] remove some debug output --- gtk2_ardour/editor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 7c85afc390..5f7ad2bb71 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -1142,7 +1142,6 @@ Editor::access_action (const std::string& action_group, const std::string& actio try { act = ActionManager::get_action (action_group.c_str(), action_item.c_str()); if (act) { - cerr << "firing up " << action_item << endl; act->activate(); } } catch ( ActionManager::MissingActionException const& e) {