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

@ -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