summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-09-17 10:11:15 +0100
committerErik Johnston <erik@matrix.org>2015-09-17 10:26:03 +0100
commit51b2448e050d4944d1a5176bcfbf30a33953ca68 (patch)
tree873f08037f872f1c5c173963a28049fb1ede25b9
parentFix getting an event for a room the server forgot it was in (diff)
downloadsynapse-51b2448e050d4944d1a5176bcfbf30a33953ca68.tar.xz
Revert change of scripts/check_auth.py
-rw-r--r--scripts-dev/check_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/check_auth.py b/scripts-dev/check_auth.py
index b362aad722..4fa8792a5f 100644
--- a/scripts-dev/check_auth.py
+++ b/scripts-dev/check_auth.py
@@ -38,7 +38,7 @@ def check_auth(auth, auth_chain, events):
             print "Failed:", e.event_id, e.type, e.state_key
             print "Auth_events:", auth_events
             print ex
-            # print json.dumps(e.get_dict(), sort_keys=True, indent=4)
+            print json.dumps(e.get_dict(), sort_keys=True, indent=4)
             # raise
         print "Success:", e.event_id, e.type, e.state_key