[gnome-builder] remove debug code
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] remove debug code
- Date: Mon, 21 Dec 2015 07:57:44 +0000 (UTC)
commit 5217a699c2a029ba9ad66386de3f4e5861c015a7
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]