Skip to content
Snippets Groups Projects
Commit d79a687d authored by David Baker's avatar David Baker
Browse files

Oops, remove print

parent 0a994522
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment