Skip to content

Commit

Permalink
println
Browse files Browse the repository at this point in the history
  • Loading branch information
danj-replicated committed Oct 4, 2023
1 parent 61f772d commit d525cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/addons/adminconsole/adminconsole.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ func getcurrentPassword() (string, error) {

currentCharts := cfg.Spec.K0s.Config.Dig("spec", "extensions", "helm", "charts").([]interface{})

fmt.Printf("%+v\n", currentCharts)

for _, chart := range currentCharts {
chartMapping := chart.(dig.Mapping)
if chartMapping["name"] == "adminconsole" {
Expand Down

0 comments on commit d525cd2

Please sign in to comment.