Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJohn committed Feb 12, 2024
1 parent 2a47fce commit 2bdd95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ func getFlagNameFromProfile(awsProfile string, flag string) string {

func readConfig() (Attributes, error) {
awsProfile := viper.GetString(ProfileFlag)
fmt.Printf("AWS PRofile: %v\n", awsProfile)

attrs := Attributes{
AllProfiles: viper.GetBool(getFlagNameFromProfile(awsProfile, AllProfilesFlag)),
Expand Down

0 comments on commit 2bdd95a

Please sign in to comment.