Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Jul 22, 2024
1 parent 946b1e9 commit f1e0990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/aws/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number):
if job is None:
job = get_job_from_s3(service_id, job_id)
JOBS[job_id] = job
print(f"CACHE MISS FOR JOB_ID {job_id}")
incr_jobs_cache_misses()
else:
incr_jobs_cache_hits()
Expand Down

0 comments on commit f1e0990

Please sign in to comment.