mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Removed unnecessary function for cleaning tags
This commit is contained in:
parent
0626e52f3c
commit
4910af33ff
1 changed files with 0 additions and 7 deletions
|
@ -1135,13 +1135,6 @@ class Poche
|
|||
$this->messages->add('s', _('Cache deleted.'));
|
||||
Tools::redirect();
|
||||
}
|
||||
|
||||
public function cleanTags() {
|
||||
$this->store->cleanUnusedTags();
|
||||
$this->messages->add('s', _('The unused tags have been cleaned.'));
|
||||
Tools::logm('clean tags');
|
||||
Tools::redirect();
|
||||
}
|
||||
|
||||
/**
|
||||
* return new purifier object with actual config
|
||||
|
|
Loading…
Reference in a new issue