1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-01-11 13:48:45 -05:00

Removed unnecessary function for cleaning tags

This commit is contained in:
tcit 2014-05-11 16:14:47 +02:00
parent 0626e52f3c
commit 4910af33ff

View File

@ -1136,13 +1136,6 @@ class Poche
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
*/