mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
remove print statement
This commit is contained in:
@@ -217,7 +217,6 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number):
|
|||||||
if job is None:
|
if job is None:
|
||||||
job = get_job_from_s3(service_id, job_id)
|
job = get_job_from_s3(service_id, job_id)
|
||||||
JOBS[job_id] = job
|
JOBS[job_id] = job
|
||||||
print(f"CACHE MISS FOR JOB_ID {job_id}")
|
|
||||||
incr_jobs_cache_misses()
|
incr_jobs_cache_misses()
|
||||||
else:
|
else:
|
||||||
incr_jobs_cache_hits()
|
incr_jobs_cache_hits()
|
||||||
|
|||||||
Reference in New Issue
Block a user