mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
Removed commented out line
This commit is contained in:
parent
d419962dbf
commit
f1119b4198
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue