remove a debugging printf that got away
svn path=/trunk/; revision=8947
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user