Skip to content

Commit

Permalink
removed unwanted printing in between
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaakpr authored Sep 10, 2018
1 parent 0614f42 commit ee76c19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helmez.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ func prepareValuesFile(base string, dir string, parent HelmezConfig) interface{}
}
}

fmt.Printf("%#v\n\n", hConfig)

valuesFile := hConfig.ValuesFileName
data, err := ioutil.ReadFile(folder + valuesFile)
if err != nil {
Expand Down

0 comments on commit ee76c19

Please sign in to comment.