Skip to content

Commit 1b7c6c2

Browse files
terrazoonccostino
andauthored
Update app/aws/s3.py
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
1 parent 91f3bba commit 1b7c6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/aws/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number):
477477
current_app.logger.debug("HAVE TO REEXTRACT PHONES!")
478478
phones = extract_phones(job, service_id, job_id)
479479
set_job_cache(f"{job_id}_phones", phones)
480-
print(f"SETTING PHONES TO {phones}")
480+
current_app.logger.debug(f"SETTING PHONES TO {phones}")
481481
else:
482482
phones = phones[
483483
0

0 commit comments

Comments
 (0)