From: Michael Tremer Date: Wed, 18 Jul 2018 18:18:49 +0000 (+0100) Subject: Drop more unused code X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8736ee45c9bc81593d0416a74b93316ec75742d7;p=ipfire.org.git Drop more unused code Signed-off-by: Michael Tremer --- diff --git a/src/web/handlers_base.py b/src/web/handlers_base.py index 80172d07..13b0fe5c 100644 --- a/src/web/handlers_base.py +++ b/src/web/handlers_base.py @@ -14,10 +14,6 @@ import tornado.web from .. import util class BaseHandler(tornado.web.RequestHandler): - def get_account(self, uid): - # Find the name of the author - return self.accounts.find(uid) - @property def hostname(self): # Remove the development prefix