From 1b7c6c2b74e57f579ff8ef7a2819a8e406a92414 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl Date: Fri, 23 May 2025 06:58:21 -0700 Subject: [PATCH] Update app/aws/s3.py Co-authored-by: ccostino --- app/aws/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/aws/s3.py b/app/aws/s3.py index 9007c44de..d98529d8a 100644 --- a/app/aws/s3.py +++ b/app/aws/s3.py @@ -477,7 +477,7 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number): current_app.logger.debug("HAVE TO REEXTRACT PHONES!") phones = extract_phones(job, service_id, job_id) set_job_cache(f"{job_id}_phones", phones) - print(f"SETTING PHONES TO {phones}") + current_app.logger.debug(f"SETTING PHONES TO {phones}") else: phones = phones[ 0