mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove some debug output
This commit is contained in:
parent
0b0f49412d
commit
9c64771636
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue