Remove commented out code

This commit is contained in:
Gabe Kangas 2020-06-25 10:27:08 -07:00
parent 260877f60d
commit 17eb9da30c

View File

@ -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")