From e032fe6a665f3a939aca22e0bb2b184878e08341 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 3 Aug 2018 17:48:23 -0700 Subject: [PATCH] Remove tick log because it's kinda pointless --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index a9bebd6..68d96bc 100644 --- a/main.go +++ b/main.go @@ -89,8 +89,6 @@ func main() { // Start the loop for { - fmt.Println("Tick...") - // HACK: This is risky as it could fall on the same interval as a task and that task would get skipped // It would be best to manage a ContainerID to Job mapping and then remove entries that are missing // in the new list and add new entries. However, cron does not support this yet.