Skip to content

Commit

Permalink
cfg: remove constraint log (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Sep 30, 2020
1 parent 610808c commit 1c3cb20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cfg/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func (p *Project) ValidateVersion(v string) (string, error) {
upperAllowed.Minor++
upperAllowed.Patch = 0
constraints := fmt.Sprintf(">=%s <%s", project, upperAllowed)
print(constraints)
if semver.MustParseRange(constraints)(current) {
return "", nil
}
Expand Down

0 comments on commit 1c3cb20

Please sign in to comment.