remove line

This commit is contained in:
Christoph Witzany 2016-04-06 18:16:35 +02:00
parent 27a0c21c38
commit 9c62fcdb68

View File

@ -62,7 +62,6 @@ class AuthHandler(BaseHandler):
import ldap
logger.info("Import ldap version: %s", ldap.__version__)
self.hs = hs # FIXME better possibility to access registrationHandler later?
@defer.inlineCallbacks