Revert "runcron debug output"

This reverts commit 2620014b13.

bad idea, will generate admin mail notification for each run
This commit is contained in:
following
2012-08-18 01:07:11 +02:00
parent 88e5c1eacd
commit 35dd8286bf

View File

@@ -30,11 +30,7 @@
$hDir = opendir($modules_dir);
while (false !== ($file = readdir($hDir)))
if (substr($file, -10) == '.class.php')
{
if ($opt['debug'] & DEBUG_DEVELOPER)
echo "running $file ...\n";
require($modules_dir . $file);
}
CleanupAndExit($opt['cron']['pidfile']);