aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.c4
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 960e9e457..d284b94b8 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;
}