From 71a1a0a46c30ba166ac5d3119e9fcf43ddcc8644 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 20 Mar 2008 11:00:17 +0200 Subject: [PATCH] Remove debug message --- src/poi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/poi.c b/src/poi.c index c34ee3c..7b7b5b2 100644 --- 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); -- 2.39.5