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

Commit

Permalink
remove errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
neilisfragile committed Sep 25, 2019
1 parent c76a066 commit bd7e69a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/handlers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bd7e69a

Please sign in to comment.