mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 17:46:06 -04:00
Remove other debug logging
This commit is contained in:
parent
a5db0026ed
commit
75fa7f6b3c
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ class ThreepidRequestTokenRestServlet(RestServlet):
|
|||
'email', body['email']
|
||||
)
|
||||
|
||||
logger.error("existing %r", existingUid)
|
||||
|
||||
if existingUid is not None:
|
||||
raise SynapseError(400, "Email is already in use", Codes.THREEPID_IN_USE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue