remove debug output

This commit is contained in:
Paul Davis 2024-04-08 18:40:43 -06:00
parent 0b8cfdee40
commit b2570bcaa3
1 changed files with 0 additions and 2 deletions

View File

@ -81,8 +81,6 @@ ActionManager::load_menus (const string& menus_file)
bool loaded = false;
std::cerr << "Load menus from " << ui_file << std::endl;
try {
ui_manager->add_ui_from_file (ui_file);
info << string_compose (_("Loading menus from %1"), ui_file) << endmsg;