Remove other debug logging

This commit is contained in:
David Baker 2016-07-12 14:08:57 +01:00
parent a5db0026ed
commit 75fa7f6b3c

View File

@ -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)