Skip to content

Commit

Permalink
resolve TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
iurii-ssv committed Oct 26, 2024
1 parent fc31f9c commit 12e79ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ func Prepare(cfg interface{}, a *Args) error {
}
}

//// TODO
//fmt.Println(fmt.Sprintf("TODO: %s", spew.Sdump(cfg)))

if a.ConfigPath == "" && a.ShareConfigPath == "" {
// When no config file is provided fall back to env vars + default annotations defined on cfg struct.
err := cleanenv.ReadEnv(cfg)
Expand Down

0 comments on commit 12e79ab

Please sign in to comment.