summary refs log tree commit diff
diff options
context:
space:
mode:
-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