Remove commented line

This commit is contained in:
Erik Johnston 2015-01-30 13:55:46 +00:00
parent 76d7fd39cd
commit 7a9f6f083e

View File

@ -46,7 +46,6 @@ class StateHandler(object):
def __init__(self, hs):
self.store = hs.get_datastore()
# self.auth = hs.get_auth()
self.hs = hs
@defer.inlineCallbacks