Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Mar 8, 2021
1 parent b26c550 commit 93768e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/list_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func GetTFLatestImplicit(hashiURL string, preRelease bool, version string) (stri
}
r, _ := regexp.Compile(semver)
for i := range result {
//fmt.Println(result[i])
if r.MatchString(result[i]) {
str := r.FindString(result[i])
trimstr := strings.Trim(str, "/") //remove "/" from /X.X.X/
Expand Down

0 comments on commit 93768e4

Please sign in to comment.