Skip to content

Commit

Permalink
Merge pull request #43 from AnthonyNixon/Upgrade
Browse files Browse the repository at this point in the history
fix(cleanup): remove debug print
  • Loading branch information
AnthonyNixon committed Dec 2, 2022
2 parents f5e9c4c + 8c3158d commit e4c4af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aoc-boilerplate/updater/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func Update(newVer string, currentVer string, build string) (err error) {
fmt.Printf("Latest Tag found: %s\n", newVer)
}

fmt.Printf("'%s' == '%s'", newVer, currentVer)
if newVer == currentVer {
return errors.New(UpToDateMessage)
}
Expand Down

0 comments on commit e4c4af7

Please sign in to comment.