Removed unused code
This commit is contained in:
parent
418365b30e
commit
f1f222c633
1 changed files with 0 additions and 5 deletions
|
@ -333,10 +333,5 @@ class DBClean {
|
||||||
|
|
||||||
Config::set('system', 'dbclean-last-id-10', $last_id);
|
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');
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue