mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Merge pull request #860 from GSA/remove-s3-debug-lines
Remove debug lines in CSV processing
This commit is contained in:
@@ -114,8 +114,7 @@ def extract_phones(job):
|
|||||||
job_row = 0
|
job_row = 0
|
||||||
for row in job:
|
for row in job:
|
||||||
row = row.split(",")
|
row = row.split(",")
|
||||||
current_app.logger.info(f"PHONE INDEX IS NOW {phone_index}")
|
|
||||||
current_app.logger.info(f"LENGTH OF ROW IS {len(row)}")
|
|
||||||
if phone_index >= len(row):
|
if phone_index >= len(row):
|
||||||
phones[job_row] = "Unavailable"
|
phones[job_row] = "Unavailable"
|
||||||
current_app.logger.error(
|
current_app.logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user