[empathy] remove debug message when creating or retrieving a status icon from the cache



commit 06adc78c2ea964c5cc993916b7ccdaf1d1067dd4
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jan 6 15:30:08 2010 +0000

    remove debug message when creating or retrieving a status icon from the cache

 libempathy-gtk/empathy-contact-list-store.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 960e9e4..d284b94 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -1709,11 +1709,9 @@ contact_list_store_get_contact_status_icon_with_icon_name (
 			g_hash_table_insert (priv->status_icons,
 			    g_strdup (icon_name),
 			    pixbuf_status);
-			DEBUG( "Created status icon %s\n", icon_name);
 		}
-	} else {
-		DEBUG( "retrieved from cache status icon %s\n", icon_name);
 	}
+
 	g_free (icon_name);
 	return pixbuf_status;
 }



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