aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates/templates.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/templates/templates.c')
-rw-r--r--plugins/templates/templates.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c
index 89496b57eb..3fcb91c2e3 100644
--- a/plugins/templates/templates.c
+++ b/plugins/templates/templates.c
@@ -570,8 +570,6 @@ build_template_menus_recurse (GtkUIManager *ui_manager,
gtk_action_group_add_action (action_group, action);
- g_debug ("Adding %s/%s", menu_path, action_name);
-
gtk_ui_manager_add_ui (
ui_manager, merge_id, menu_path, action_name,
action_name, GTK_UI_MANAGER_MENU, FALSE);
@@ -626,8 +624,6 @@ build_template_menus_recurse (GtkUIManager *ui_manager,
gtk_action_group_add_action (action_group, action);
- g_debug ("Adding %s/%s", path, action_name);
-
gtk_ui_manager_add_ui (
ui_manager, merge_id, path, action_name,
action_name, GTK_UI_MANAGER_MENUITEM, FALSE);