From 972ef4240b1ed34d7e73bfa3c76ec654e24cc501 Mon Sep 17 00:00:00 2001 From: JJ Jordan Date: Thu, 4 Apr 2019 01:06:03 -0700 Subject: [PATCH] Comment --- cmd/kured/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/kured/main.go b/cmd/kured/main.go index 3188e22..68983df 100644 --- a/cmd/kured/main.go +++ b/cmd/kured/main.go @@ -333,7 +333,6 @@ func root(cmd *cobra.Command, args []string) { log.Fatal("KURED_NODE_ID environment variable required") } - // Make sure location is loadable (to prevent errors down the line) window, err := timewindow.New(rebootDays, rebootStart, rebootEnd, timezone) if err != nil { log.Fatalf("Failed to build time window: %v", err)