diff options
author | David Baker <dave@matrix.org> | 2016-07-12 14:08:57 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-07-12 14:08:57 +0100 |
commit | 75fa7f6b3ceae5cf1eeda8f28149796eecdcd133 (patch) | |
tree | f7ffc65c0143798a6ddcc06550223dc697372b3c /synapse/rest | |
parent | Separate out requestTokens to separate handlers (diff) | |
download | synapse-75fa7f6b3ceae5cf1eeda8f28149796eecdcd133.tar.xz |
Remove other debug logging
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/account.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py index 8a53617629..d85b2d08aa 100644 --- a/synapse/rest/client/v2_alpha/account.py +++ b/synapse/rest/client/v2_alpha/account.py @@ -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) |