From: Michael Date: Mon, 12 Jun 2017 09:45:13 +0000 (+0000) Subject: Remove test message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc00d89b9aafdd2136e97154588e5dd36816b785;p=friendica.git Remove test message --- diff --git a/include/poller.php b/include/poller.php index 04dcfa431a..4b5d6287ec 100644 --- a/include/poller.php +++ b/include/poller.php @@ -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(); }