Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit bd7e69a

Browse files
committed
remove errant print
1 parent c76a066 commit bd7e69a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapse/handlers/auth.py

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ def _check_terms_auth(self, authdict, **kwargs):
435435

436436
@defer.inlineCallbacks
437437
def _check_threepid(self, medium, authdict, **kwargs):
438-
print("_check_threepid")
439438
if "threepid_creds" not in authdict:
440439
raise LoginError(400, "Missing threepid_creds", Codes.MISSING_PARAM)
441440

0 commit comments

Comments
 (0)