mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 23:08:25 -04:00
deleted last check
This commit is contained in:
@@ -28,10 +28,6 @@ def receive_mmg_sms():
|
|||||||
'DateRecieved': '2017-05-21+11%3A56%3A11'
|
'DateRecieved': '2017-05-21+11%3A56%3A11'
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
# This will inject the sender IP route to log
|
|
||||||
'''
|
|
||||||
current_app.logger.info("Inbound sms sender IP information {}".format(request.headers.getlist("X-Forwarded-For")))
|
|
||||||
'''
|
|
||||||
post_data = request.get_json()
|
post_data = request.get_json()
|
||||||
|
|
||||||
inbound_number = strip_leading_forty_four(post_data['Number'])
|
inbound_number = strip_leading_forty_four(post_data['Number'])
|
||||||
|
|||||||
Reference in New Issue
Block a user