mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
whoops remove testing code
This commit is contained in:
@@ -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
|
# 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
|
# place the created_at value is set so do some double-checking and debugging
|
||||||
orig_time = job.created_at
|
orig_time = job.created_at
|
||||||
orig_time = orig_time - timedelta(days=3)
|
|
||||||
now_time = utc_now()
|
now_time = utc_now()
|
||||||
diff_time = now_time - orig_time
|
diff_time = now_time - orig_time
|
||||||
current_app.logger.info(
|
current_app.logger.info(
|
||||||
|
|||||||
Reference in New Issue
Block a user