statistics: comment removed

This commit is contained in:
Michael Vogel 2014-02-03 22:40:09 +01:00
parent b629aae1c6
commit 4259a45dc4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function statistics_json_cron($a,$b) {
$next = $last + (180 * 60);
if($next > time()) {
logger('statistics_json_cron: calculation intervall not reached');
// return;
return;
}
}
logger('statistics_json_cron: cron_start');