From 17eb9da30c93d32766b3dcff726d82bd8bd23087 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 25 Jun 2020 10:27:08 -0700 Subject: [PATCH] Remove commented out code --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index be63320d3..72015a382 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ var ( ) func main() { - // logrus.SetReportCaller(true) log.Println(getVersion()) configFile := flag.String("configFile", "config.yaml", "Config File full path. Defaults to current folder")