From bd7e69a0956fe5b82514f78865eed9575929cc2d Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 25 Sep 2019 09:09:56 +0100 Subject: [PATCH] remove errant print --- synapse/handlers/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py index c8e2b746dc29..56c5ea526b18 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py @@ -435,7 +435,6 @@ def _check_terms_auth(self, authdict, **kwargs): @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)