From 33720c5c7d6254f59e8bed2b074af147ee61f397 Mon Sep 17 00:00:00 2001 From: Owen Kelly Date: Thu, 12 Jul 2018 22:24:47 +1000 Subject: [PATCH] removed errant print line --- internal/plugins/add.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/plugins/add.go b/internal/plugins/add.go index 0c472955..a2caa5f5 100644 --- a/internal/plugins/add.go +++ b/internal/plugins/add.go @@ -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,