Removed obsolete method call

(Removed code is already executed in tag editing jobs.)
This commit is contained in:
Marcin Kurczewski 2014-05-04 09:22:35 +02:00
parent 26323f996b
commit ebfa0a71aa

View file

@ -159,7 +159,6 @@ class PostController
}
Api::run(new EditPostJob(), $jobArgs);
TagModel::removeUnused();
}
public function flagAction($id)