tidy up subscription confirmation to SNS notifs

This commit is contained in:
jimmoffet
2022-10-06 16:57:40 -07:00
parent 00abfb07b6
commit 54ce019df6

View File

@@ -44,7 +44,7 @@ def receive_sns_sms():
raise InvalidRequest(f"SMS-SNS callback failed with error: {e}", 400)
# TODO remove after smoke testing implemented on prod
current_app.logger.info(f'data is: {data}')
current_app.logger.info(f'SNS message_type is: {message_type}, data is: {data}')
# TODO wrap this up
if message_type != 'SubscriptionConfirmation':