mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
change debug statement from info to debug
This commit is contained in:
@@ -102,7 +102,7 @@ def extract_phones(job):
|
||||
first_row = job[0]
|
||||
job.pop(0)
|
||||
first_row = first_row.split(",")
|
||||
current_app.logger.info(f"HEADERS {first_row}")
|
||||
current_app.logger.debug(f"HEADERS {first_row}")
|
||||
phone_index = 0
|
||||
for item in first_row:
|
||||
# Note: may contain a BOM and look like \ufeffphone number
|
||||
|
||||
Reference in New Issue
Block a user