No need to say we're finished working

This commit is contained in:
Mikael Nordfeldth 2015-01-17 13:38:59 +01:00
parent c42a865d05
commit 420eea3f24
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class OpportunisticQueueManager extends DBQueueManager
try {
$this->poll();
} catch (RunQueueOutOfWorkException $e) {
common_debug('Opportunistic queue manager finished.');
return true;
}
}