mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Remove hardcoded debug=true flag
This commit is contained in:
parent
9a41c773ea
commit
fdb4ad124e
1 changed files with 0 additions and 3 deletions
3
main.go
3
main.go
|
|
@ -44,9 +44,6 @@ func main() {
|
|||
os.Exit(0)
|
||||
}
|
||||
|
||||
// for now we're always in debug mode so we're not passing *debuggingFlag
|
||||
debuggingFlag = true
|
||||
|
||||
appConfig, err := config.NewAppConfig("lazydocker", version, commit, date, buildSource, debuggingFlag)
|
||||
if err != nil {
|
||||
log.Fatal(err.Error())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue