Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
removed errant print line
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Jul 12, 2018
1 parent c78e5ed commit 33720c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/plugins/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func constructGithubPlugin(
}

if latestRelease != nil {
fmt.Println(latestRelease)
printer.SubStep(
fmt.Sprintf("Found release %s for %s/%s", *latestRelease.TagName, githubOrg, githubProject),
1,
Expand Down

0 comments on commit 33720c5

Please sign in to comment.