Removed unused code
authorMichael <heluecht@pirati.ca>
Wed, 6 Dec 2017 14:30:07 +0000 (14:30 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 6 Dec 2017 14:30:07 +0000 (14:30 +0000)
src/Worker/DBClean.php

index 391c590..40883d5 100644 (file)
@@ -333,10 +333,5 @@ class DBClean {
 
                        Config::set('system', 'dbclean-last-id-10', $last_id);
                }
-
-               // Call it again if not all entries were purged
-               //if ($count > 0) {
-               //      Worker::add(PRIORITY_MEDIUM, 'DBClean');
-               //}
        }
 }