[monkey-bubble: 301/753] Removed some debugging code.



commit 9a5d050327921fcaae9c9e6e49aa45b57c45a2a7
Author: Martin Baulig <martin src gnome org>
Date:   Sun May 20 18:42:31 2001 +0000

    Removed some debugging code.

 components/libgnomeui-components.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/components/libgnomeui-components.c b/components/libgnomeui-components.c
index 4402639..197939a 100644
--- a/components/libgnomeui-components.c
+++ b/components/libgnomeui-components.c
@@ -46,8 +46,6 @@ image_entry_get_object_fn (BonoboItemHandler *h, const char *item_name,
     guint preview_x = 0, preview_y = 0;
     GnomeSelector *selector = NULL;
 
-    g_message (G_STRLOC ": `%s' - %d", item_name, only_if_exists);
-
     options = bonobo_item_option_parse (item_name);
 
     for (c = options; c; c = c->next) {
@@ -97,8 +95,6 @@ libgnomeui_components_factory (BonoboGenericFactory *this,
 	initialized = TRUE;             
     }
 
-    g_message (G_STRLOC ": `%s'", object_id);
-
     if (!strcmp (object_id, "OAFIID:GNOME_UI_Component_IconSelector")) {
 	GnomeSelectorFactory *factory;
 



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