whoops remove testing code

This commit is contained in:
Kenneth Kehl
2024-08-20 11:57:16 -07:00
parent e722689c79
commit e926b74d80

View File

@@ -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(