]> err.no Git - mapper/commitdiff
Remove stats debug output
authorKaj-Michael Lang <milang@tal.org>
Fri, 11 Apr 2008 13:10:18 +0000 (16:10 +0300)
committerKaj-Michael Lang <milang@tal.org>
Fri, 11 Apr 2008 13:10:18 +0000 (16:10 +0300)
src/image-cache.c

index 6549e2daec0d5c53c9a95b0293c4278af2082626..0b384fcb8de268657d9667e0c2b3420296fd9aed 100644 (file)
@@ -106,8 +106,6 @@ g_assert(ic->cache);
 g_assert(key);
 g_assert(image);
 
-image_cache_stats(ic);
-
 pixbuf=g_hash_table_lookup(ic->cache, key);
 if (pixbuf) {
        ic->hit++;