From: Kaj-Michael Lang Date: Fri, 11 Apr 2008 13:10:18 +0000 (+0300) Subject: Remove stats debug output X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471fced8faeb5a9dc3c56b5d8280df9cb8471a71;p=mapper Remove stats debug output --- diff --git a/src/image-cache.c b/src/image-cache.c index 6549e2d..0b384fc 100644 --- a/src/image-cache.c +++ b/src/image-cache.c @@ -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++;