summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2017-03-14 10:40:20 +0000
committerDavid Baker <dave@matrix.org>2017-03-14 10:40:20 +0000
commitd79a687d85ec15470e2313ee613ca8454a1bf8ec (patch)
tree8c4a129fa276723627cf59f0ddf48c2d630cc5c3 /synapse
parentFix registration for broken clients (diff)
downloadsynapse-d79a687d85ec15470e2313ee613ca8454a1bf8ec.tar.xz
Oops, remove print
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/client/v2_alpha/register.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/register.py b/synapse/rest/client/v2_alpha/register.py
index d3a9b58f29..526b29c24e 100644
--- a/synapse/rest/client/v2_alpha/register.py
+++ b/synapse/rest/client/v2_alpha/register.py
@@ -244,7 +244,6 @@ class RegisterRestServlet(RestServlet):
         # Android <=0.6.9 have fallen below an acceptable threshold, this
         # parameter should go away and we should always advertise msisdn flows.
         show_msisdn = False
-        print body
         if 'x_show_msisdn' in body and body['x_show_msisdn']:
             show_msisdn = True