]> err.no Git - mapper/commitdiff
Remove debug message
authorKaj-Michael Lang <milang@tal.org>
Thu, 20 Mar 2008 09:00:17 +0000 (11:00 +0200)
committerKaj-Michael Lang <milang@tal.org>
Thu, 20 Mar 2008 09:00:17 +0000 (11:00 +0200)
src/poi.c

index c34ee3c99ef03c4f49565070c605563a226c8fe6..7b7b5b2c3663e5d30fcda0b5d8dc6dafd8085727 100644 (file)
--- a/src/poi.c
+++ b/src/poi.c
@@ -917,8 +917,6 @@ if (icon==NULL)
 if (strlen(icon)==0)
        return NULL;
 
-g_debug("POI icon cache: %d / %d", hit, miss);
-
 g_snprintf(buffer, sizeof(buffer), "%s/%s.%s/%s.png", 
        theme_base, theme, (big==TRUE) ? "big" : "small", icon);