From 175c058f06b0b4c7e3bc3c7f7c24a92d44d3f412 Mon Sep 17 00:00:00 2001 From: quix0r Date: Wed, 30 Jun 2010 23:57:32 +0000 Subject: [PATCH] Debug line removed --- inc/stats-functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/stats-functions.php b/inc/stats-functions.php index 5d8c441f48..4383b26f52 100644 --- a/inc/stats-functions.php +++ b/inc/stats-functions.php @@ -184,8 +184,6 @@ function FILTER_FLUSH_STATS () { // Check wether stats are enabled function ifStatsAreEnabled () { - logDebugMessage(__FUNCTION__, __LINE__, 'CALLED!'); - // Do we have cache? if (!isset($GLOBALS['stats_enabled'])) { // Then determine it -- 2.39.5