summary refs log tree commit diff
path: root/synapse/state.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-01-30 13:55:46 +0000
committerErik Johnston <erik@matrix.org>2015-01-30 13:55:46 +0000
commit7a9f6f083e0998893eb9d837512009509d81c998 (patch)
treed1076609eb0d7624fbebcdf7c4e272d7366e5cf2 /synapse/state.py
parentStyle changes. (diff)
downloadsynapse-7a9f6f083e0998893eb9d837512009509d81c998.tar.xz
Remove commented line
Diffstat (limited to 'synapse/state.py')
-rw-r--r--synapse/state.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/state.py b/synapse/state.py
index 43bda35253..dff11711a6 100644
--- a/synapse/state.py
+++ b/synapse/state.py
@@ -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