aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 97ebfe94b7..dcd9729f5f 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -416,7 +416,6 @@ pixbuf_uncache (gpointer key)
{
GdkPixbuf *pixbuf;
- printf ("uncaching %s\n", key);
pixbuf = g_hash_table_lookup (thumbnail_cache, key);
gdk_pixbuf_unref (pixbuf);
g_hash_table_remove (thumbnail_cache, key);