Removed commented out line

This commit is contained in:
Michael 2017-06-08 20:53:21 +00:00
parent d419962dbf
commit f1119b4198
1 changed files with 0 additions and 1 deletions

View File

@ -666,7 +666,6 @@ function poller_claim_process($queue) {
$success = dba::update('workerqueue', array('executed' => datetime_convert(), 'pid' => $mypid),
array('id' => $queue["id"], 'pid' => 0));
//dba::unlock();
if (!$success) {
logger("Couldn't update queue entry ".$queue["id"]." - skip this execution", LOGGER_DEBUG);