Browse Source

Remove commented out code

pull/27/head
Gabe Kangas 6 years ago
parent
commit
17eb9da30c
  1. 1
      main.go

1
main.go

@ -23,7 +23,6 @@ var (
) )
func main() { func main() {
// logrus.SetReportCaller(true)
log.Println(getVersion()) log.Println(getVersion())
configFile := flag.String("configFile", "config.yaml", "Config File full path. Defaults to current folder") configFile := flag.String("configFile", "config.yaml", "Config File full path. Defaults to current folder")

Loading…
Cancel
Save