diff options
author | Neil Johnson <neil@matrix.org> | 2019-09-25 09:09:56 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2019-09-25 09:54:19 +0100 |
commit | bd7e69a0956fe5b82514f78865eed9575929cc2d (patch) | |
tree | f1f315f1e26ebf62de4c4e6b267e82ab6b57c20e | |
parent | black (diff) | |
download | synapse-bd7e69a0956fe5b82514f78865eed9575929cc2d.tar.xz |
remove errant print
-rw-r--r-- | synapse/handlers/auth.py | 1 |
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) |