From 145141a23d209a2536680416f9acbb37c6ae759e Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 15 Jul 2018 06:23:45 +0200 Subject: [PATCH] [mod] remove log output on cli --- run.py | 2 -- 1 file changed, 2 deletions(-) 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)