From: Mikael Nordfeldth Date: Sat, 17 Jan 2015 12:38:59 +0000 (+0100) Subject: No need to say we're finished working X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=420eea3f24d3b369d6deb9b440d7e81e2a8ec3e4;p=quix0rs-gnu-social.git No need to say we're finished working --- diff --git a/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php b/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php index 5b09be8f9c..6356afcd08 100644 --- a/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php +++ b/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php @@ -92,7 +92,6 @@ class OpportunisticQueueManager extends DBQueueManager try { $this->poll(); } catch (RunQueueOutOfWorkException $e) { - common_debug('Opportunistic queue manager finished.'); return true; } }