Oops, remove print

pull/1994/head
David Baker 2017-03-14 10:40:20 +00:00
parent 0a9945220e
commit d79a687d85
1 changed files with 0 additions and 1 deletions

View File

@ -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