mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
debug messages
This commit is contained in:
@@ -82,6 +82,8 @@ def send_sms_to_provider(notification):
|
||||
|
||||
if my_phone:
|
||||
my_phone = my_phone.decode("utf-8")
|
||||
# TODO REMOVE
|
||||
current_app.logger.info(f"IN SEND TO PROVIDERS, WHERE WE GET THE VALUE, KEY IS {key} and value is {my_phone}")
|
||||
if my_phone is None:
|
||||
si = notification.service_id
|
||||
ji = notification.job_id
|
||||
|
||||
Reference in New Issue
Block a user