summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-03 14:58:30 +0000
committerErik Johnston <erik@matrix.org>2015-02-03 14:58:30 +0000
commit0dd3aea319c13e66eb1d75b5b8a196032ee332b7 (patch)
tree204f2e949d60e2cc0e56e1a10406b0375917ed83 /synapse/api
parentDon't completely die if get auth_chain or querying auth_chain requests fail (diff)
downloadsynapse-0dd3aea319c13e66eb1d75b5b8a196032ee332b7.tar.xz
Keep around the old (buggy) version of the prune_event function so that we can use it to check signatures for events on old servers
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/auth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 37e31d2b6f..3471afd7e7 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -102,8 +102,6 @@ class Auth(object):
     def check_host_in_room(self, room_id, host):
         curr_state = yield self.state.get_current_state(room_id)
 
-        logger.debug("Got curr_state %s", curr_state)
-
         for event in curr_state:
             if event.type == EventTypes.Member:
                 try: