From 48dcfffa3739522afd773237896ba1c4ae1d8072 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 21 Jul 2018 20:25:57 +0200 Subject: [PATCH] [fix] don't need this log anymore --- run.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/run.py b/run.py index a081ab4..f36edb6 100644 --- a/run.py +++ b/run.py @@ -123,9 +123,6 @@ async def monitor_apps_lists(): "data": model_to_dict(job), }, "jobs") - else: - task_logger.info(f"Application {app_id} in {app_list_name} is still at the same revision {commit_sha}, do nothing") - # new app else: task_logger.info(f"New application detected: {app_id} in {app_list_name}, scheduling a new job")