From dc00d89b9aafdd2136e97154588e5dd36816b785 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 12 Jun 2017 09:45:13 +0000 Subject: [PATCH] Remove test message --- include/poller.php | 1 - 1 file changed, 1 deletion(-) 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(); }