]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpportunisticQM/lib/opportunisticqueuemanager.php
No need to say we're finished working
[quix0rs-gnu-social.git] / plugins / OpportunisticQM / lib / opportunisticqueuemanager.php
index 5b09be8f9cea99fcbd6df48dc8bbfdac3c1496bb..6356afcd088e781daa7e6e3341a19daf7bbbfebd 100644 (file)
@@ -92,7 +92,6 @@ class OpportunisticQueueManager extends DBQueueManager
             try {
                 $this->poll();
             } catch (RunQueueOutOfWorkException $e) {
-                common_debug('Opportunistic queue manager finished.');
                 return true;
             }
         }