summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-07-12 14:08:57 +0100
committerDavid Baker <dave@matrix.org>2016-07-12 14:08:57 +0100
commit75fa7f6b3ceae5cf1eeda8f28149796eecdcd133 (patch)
treef7ffc65c0143798a6ddcc06550223dc697372b3c /synapse
parentSeparate out requestTokens to separate handlers (diff)
downloadsynapse-75fa7f6b3ceae5cf1eeda8f28149796eecdcd133.tar.xz
Remove other debug logging
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/client/v2_alpha/account.py2
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)