From c98faa929a826dc82e9a54303c3b6a512d711420 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 22 May 2019 13:21:19 +0100 Subject: [PATCH] Revert the log message that was added to test inbound numbers --- app/notifications/receive_notifications.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/notifications/receive_notifications.py b/app/notifications/receive_notifications.py index 8c6ce4ff5..848c7d239 100644 --- a/app/notifications/receive_notifications.py +++ b/app/notifications/receive_notifications.py @@ -46,10 +46,6 @@ def receive_mmg_sms(): if not service: # 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 - 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 statsd_client.incr('inbound.mmg.successful')