From e926b74d80879cf62c5d304c361f0e6ae0b41476 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 20 Aug 2024 11:57:16 -0700 Subject: [PATCH] whoops remove testing code --- app/dao/jobs_dao.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dao/jobs_dao.py b/app/dao/jobs_dao.py index 37a60c8b8..cb145401e 100644 --- a/app/dao/jobs_dao.py +++ b/app/dao/jobs_dao.py @@ -144,7 +144,6 @@ def dao_create_job(job): # 8/19 yet show a created_at time of 8/16. This seems to be the only # place the created_at value is set so do some double-checking and debugging orig_time = job.created_at - orig_time = orig_time - timedelta(days=3) now_time = utc_now() diff_time = now_time - orig_time current_app.logger.info(