diff --git a/run.py b/run.py index cc02301..efdd72c 100644 --- a/run.py +++ b/run.py @@ -147,8 +147,6 @@ async def run_job(worker, job): "data": model_to_dict(job), }, ["jobs", f"job-{job.id}"]) - print(f">> {line}") - # XXX stupid crap to stimulate long jobs await asyncio.sleep(random.randint(1, 15)) # await asyncio.sleep(5)