From 18cd45c16b9ef489efa2b9f01ad9d861eac45f2d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 26 Mar 2001 18:27:00 +0000 Subject: remove a debugging printf that got away svn path=/trunk/; revision=8947 --- mail/mail-display.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail') 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); -- cgit v1.2.3