mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-01 04:09:07 +01:00
Remove commented line
This commit is contained in:
parent
76d7fd39cd
commit
7a9f6f083e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue