]> git.mxchange.org Git - friendica.git/commitdiff
Remove test message
authorMichael <heluecht@pirati.ca>
Mon, 12 Jun 2017 09:45:13 +0000 (09:45 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 12 Jun 2017 09:45:13 +0000 (09:45 +0000)
include/poller.php

index 04dcfa431adac2d8204ea5f8e8519b82a25abd58..4b5d6287eceb28343c4444eafb56ed5a9868d883 100644 (file)
@@ -50,7 +50,6 @@ function poller_run($argv, $argc){
        // Kill stale processes every 5 minutes
        $last_cleanup = Config::get('system', 'poller_last_cleaned', 0);
        if (time() > ($last_cleanup + 300)) {
-               logger('CLEAN: '.time().' > '.($last_cleanup + 300).' - '.$last_cleanup);
                Config::set('system', 'poller_last_cleaned', time());
                poller_kill_stale_workers();
        }