change debug statement from info to debug

This commit is contained in:
Kenneth Kehl
2024-05-09 07:20:28 -07:00
parent 10eaf9b433
commit 252a5debbe
2 changed files with 4 additions and 3 deletions

View File

@@ -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