Removed unused code

This commit is contained in:
Michael 2017-12-06 14:30:07 +00:00
parent 418365b30e
commit f1f222c633

View 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');
//}
}
}