remove a debugging printf that got away

svn path=/trunk/; revision=8947
This commit is contained in:
Dan Winship
2001-03-26 18:27:00 +00:00
parent ad709988ac
commit 18cd45c16b

View File

@ -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);