diff options
-rw-r--r-- | lib/queuehandler.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/queuehandler.php b/lib/queuehandler.php index f12b880b1..747e7b493 100644 --- a/lib/queuehandler.php +++ b/lib/queuehandler.php @@ -56,7 +56,6 @@ class QueueHandler { } function handle_queue() { - $this->clear_old_claims(); $this->log(LOG_INFO, 'checking for queued notices'); $cnt = 0; $transport = $this->transport(); |