From fbea3341212b18b9f4b547a9cfdc435691d8eff3 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sun, 19 Jan 2014 17:22:40 +0100 Subject: [PATCH] [REMOVED] Unused stats update --- cronjobs/statistics.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cronjobs/statistics.php b/cronjobs/statistics.php index 20746c6e..0149afc0 100755 --- a/cronjobs/statistics.php +++ b/cronjobs/statistics.php @@ -47,13 +47,5 @@ if (!$statistics->getCurrentHashrate()) $log->logError("getCurrentHashrate update failed"); $log->logInfo("getCurrentHashrate " . number_format(microtime(true) - $start, 2) . " seconds"); -/* -// Admin specific statistics, we cache the global query due to slowness -$start = microtime(true); -if (!$statistics->getAllUserStats('%')) - $log->logError("getAllUserStats update failed"); -$log->logInfo("getAllUserStats " . number_format(microtime(true) - $start, 2) . " seconds"); -*/ - require_once('cron_end.inc.php'); ?>