From 3bd715bb8d3f64fbf500ef8f5f9662ba580feeed Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 16 Jul 2018 07:13:12 +0200 Subject: [PATCH] [mod] remove some useless output --- run.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/run.py b/run.py index 86f4b6b..98cc2ce 100644 --- a/run.py +++ b/run.py @@ -64,7 +64,6 @@ async def initialize_app_list(): for app_id, app_data in data.items(): if app_id in repos: - # print(f"déjà là: {app_id}") pass else: print(f"New application detected: {app_id} in {app_list}") @@ -84,7 +83,6 @@ async def initialize_app_list(): state="scheduled", ) - print(job) await broadcast({ "action": "new_job", "data": model_to_dict(job), @@ -118,7 +116,6 @@ async def jobs_dispatcher(): job.state = "running" job.started_time = datetime.now() - print(job) job.save() worker.state = "busy"