summary refs log tree commit diff
path: root/synapse/handlers/register.py
diff options
context:
space:
mode:
authorMuthu Subramanian <muthu.subramanian.karunanidhi@ericsson.com>2015-07-08 16:05:46 +0530
committerMuthu Subramanian <muthu.subramanian.karunanidhi@ericsson.com>2015-07-08 16:05:46 +0530
commitf53bae0c1948a8c0a229e0b20f237f7ff4b1d84c (patch)
treeb3e0747beb863fb32545aa458c932320847b02cc /synapse/handlers/register.py
parentcode beautify (diff)
downloadsynapse-f53bae0c1948a8c0a229e0b20f237f7ff4b1d84c.tar.xz
code beautify
Diffstat (limited to '')
-rw-r--r--synapse/handlers/register.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py

index 4c6c5e2972..a1288b4252 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py
@@ -220,7 +220,6 @@ class RegistrationHandler(BaseHandler): # Ignore Registration errors logger.exception(e) defer.returnValue((user_id, token)) - @defer.inlineCallbacks def register_email(self, threepidCreds):