Skip to content

Commit

Permalink
fix: remove log of loaded config
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalPazz committed Nov 24, 2024
1 parent 8a9ee3b commit d5e55a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,4 @@ func initConfig() {
viper.Set("project-name", selectedProfile.ProjectName)
viper.Set("region", selectedProfile.Region)

fmt.Println("All loaded settings:")
for key, value := range viper.AllSettings() {
fmt.Printf("%s: %v\n", key, value)
}
}

0 comments on commit d5e55a9

Please sign in to comment.