summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-09-25 09:09:56 +0100
committerNeil Johnson <neil@matrix.org>2019-09-25 09:54:19 +0100
commitbd7e69a0956fe5b82514f78865eed9575929cc2d (patch)
treef1f315f1e26ebf62de4c4e6b267e82ab6b57c20e
parentblack (diff)
downloadsynapse-bd7e69a0956fe5b82514f78865eed9575929cc2d.tar.xz
remove errant print
-rw-r--r--synapse/handlers/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index c8e2b746dc..56c5ea526b 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -435,7 +435,6 @@ class AuthHandler(BaseHandler):
 
     @defer.inlineCallbacks
     def _check_threepid(self, medium, authdict, **kwargs):
-        print("_check_threepid")
         if "threepid_creds" not in authdict:
             raise LoginError(400, "Missing threepid_creds", Codes.MISSING_PARAM)