]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No need to say we're finished working
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 17 Jan 2015 12:38:59 +0000 (13:38 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 17 Jan 2015 12:38:59 +0000 (13:38 +0100)
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;
             }
         }