Remove other debug logging
This commit is contained in:
parent
a5db0026ed
commit
75fa7f6b3c
|
@ -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 New Issue