mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove other debug logging
This commit is contained in:
parent
a5db0026ed
commit
75fa7f6b3c
@ -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…
Reference in New Issue
Block a user