Skip to content

Commit

Permalink
Delete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchoop committed Mar 26, 2018
1 parent c7859c9 commit 952e85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upgrader.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (t TerraformUpgrader) InstallNewTerraform() error {
}

func (t TerraformUpgrader) Run() error {
fmt.Print(t.IsDownloadNeeded())
if t.IsDownloadNeeded() {
log.Print("Downloading Terraform " + t.Version)

Expand Down

0 comments on commit 952e85b

Please sign in to comment.