mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Revert the log message that was added to test inbound numbers
This commit is contained in:
@@ -46,10 +46,6 @@ def receive_mmg_sms():
|
|||||||
if not service:
|
if not service:
|
||||||
# since this is an issue with our service <-> number mapping, or no inbound_sms service permission
|
# since this is an issue with our service <-> number mapping, or no inbound_sms service permission
|
||||||
# we should still tell MMG that we received it successfully
|
# we should still tell MMG that we received it successfully
|
||||||
current_app.logger.info(
|
|
||||||
'Inbound message received from MMG for number: {} which is not associated to a service'.format(
|
|
||||||
post_data['MSISDN'])
|
|
||||||
)
|
|
||||||
return 'RECEIVED', 200
|
return 'RECEIVED', 200
|
||||||
|
|
||||||
statsd_client.incr('inbound.mmg.successful')
|
statsd_client.incr('inbound.mmg.successful')
|
||||||
|
|||||||
Reference in New Issue
Block a user