remove debug statement

This commit is contained in:
Kenneth Kehl
2023-05-01 13:59:50 -07:00
parent 0dce30bf5e
commit f0c59c05a4

View File

@@ -42,7 +42,6 @@ from app.v2.errors import TooManyRequestsError
@notify_celery.task(name="process-job")
def process_job(job_id, sender_id=None):
current_app.logger.warning("ENTER process_job")
start = datetime.utcnow()
job = dao_get_job_by_id(job_id)
current_app.logger.info("Starting process-job task for job id {} with status: {}".format(job_id, job.job_status))