mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-14 05:29:32 -05:00
Oops, remove print
This commit is contained in:
parent
0a9945220e
commit
d79a687d85
@ -244,7 +244,6 @@ class RegisterRestServlet(RestServlet):
|
|||||||
# Android <=0.6.9 have fallen below an acceptable threshold, this
|
# Android <=0.6.9 have fallen below an acceptable threshold, this
|
||||||
# parameter should go away and we should always advertise msisdn flows.
|
# parameter should go away and we should always advertise msisdn flows.
|
||||||
show_msisdn = False
|
show_msisdn = False
|
||||||
print body
|
|
||||||
if 'x_show_msisdn' in body and body['x_show_msisdn']:
|
if 'x_show_msisdn' in body and body['x_show_msisdn']:
|
||||||
show_msisdn = True
|
show_msisdn = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user