mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03: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']
|
'email', body['email']
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.error("existing %r", existingUid)
|
|
||||||
|
|
||||||
if existingUid is not None:
|
if existingUid is not None:
|
||||||
raise SynapseError(400, "Email is already in use", Codes.THREEPID_IN_USE)
|
raise SynapseError(400, "Email is already in use", Codes.THREEPID_IN_USE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue