forked from MirrorHub/synapse
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…
Reference in a new issue