Remove unused code in setup.go

Closes #4
master
Matt Baer 2024-08-30 17:34:24 -04:00
parent 9655e9f7ca
commit a25d81ce6d
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ func Setup(configurationFile string, debug bool) *ini.File {
// I prefer long file so that I can click it in the terminal and open it
// in the editor above
log.SetFlags(log.Llongfile)
// log.SetFlags(log.LstdFlags | log.Lshortfile)
log.EnableLevel("warn")
// create a logger with levels but without prefixes for easier to read
// debug output