aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-07-17 02:13:34 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 00:06:28 +0800
commit0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e (patch)
treea8523da38c22d0a1ce854b862fc6739209a48088
parent3bd5bfb25895a95bb879bcdb27647533c5ae2ce8 (diff)
downloadgsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.tar
gsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.tar.gz
gsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.tar.bz2
gsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.tar.lz
gsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.tar.xz
gsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.tar.zst
gsoc2013-empathy-0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e.zip
Oops, remove stupid debug g_print
-rw-r--r--libempathy-gtk/empathy-theme-adium.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index c2396d15a..9b26adf5e 100644
--- a/libempathy-gtk/empathy-theme-adium.c
+++ b/libempathy-gtk/empathy-theme-adium.c
@@ -239,9 +239,6 @@ theme_adium_append_message (EmpathyChatView *view,
avatar_filename = theme_adium_get_default_avatar_filename (theme);
}
-g_print ("%s\n", priv->default_avatar_filename);
-
-
/* Get the right html/func to add the message */
if (priv->last_contact &&
empathy_contact_equal (priv->last_contact, sender)) {