[gnome-builder/wip/chergert/perspective] remove debug code



commit aa8912c82cc632aa59cf06bab105facd8cc4aec8
Author: Christian Hergert <chergert redhat com>
Date:   Thu Dec 3 21:14:18 2015 -0800

    remove debug code

 libide/ide-application-plugins.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-application-plugins.c b/libide/ide-application-plugins.c
index 82bbd11..1dbe910 100644
--- a/libide/ide-application-plugins.c
+++ b/libide/ide-application-plugins.c
@@ -205,11 +205,9 @@ ide_application_load_plugin_menus (IdeApplication *self,
 
   module_name = peas_plugin_info_get_module_name (plugin_info);
   path = g_strdup_printf ("/org/gnome/builder/plugins/%s/gtk/menus.ui", module_name);
-  g_print ("Loading %s\n", path);
   merge_id = egg_menu_manager_add_resource (self->menu_manager, path, NULL);
   if (merge_id != 0)
     g_hash_table_insert (self->merge_ids, g_strdup (module_name), GINT_TO_POINTER (merge_id));
-  g_print (" merge_id = %d\n", merge_id);
   g_free (path);
 }
 


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