]> git.mxchange.org Git - friendica.git/commitdiff
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 391c590b4b98cf52e2da62f5a991df2ba4f918ec..40883d5138420aa50d512bb66fdab2b2e111c4a2 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');
-               //}
        }
 }