[evolution/kill-bonobo] Remove debug messages.



commit 81884fbeaec1df6a8b8c947701c64dc77e9e805f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Aug 10 10:51:06 2009 -0400

    Remove debug messages.

 plugins/templates/templates.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c
index 89496b5..3fcb91c 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]