Skip to content

Commit

Permalink
chore: rm extra log from experimenation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor committed Jan 31, 2023
1 parent d1285d2 commit 5698720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/gh/releases.go
Expand Up @@ -59,7 +59,6 @@ func GetReleases(client *github.Client, n int, releaseType string) ([]*github.Re
if err != nil {
return releases, err
}
log.Infof("release type %s \n", releaseType)
if releaseType == "release" {
for _, r := range rel {
if !r.GetPrerelease() {
Expand Down

0 comments on commit 5698720

Please sign in to comment.