aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-01-17 22:18:37 -0800
committerMax Resnick <max@ofmax.li>2024-01-17 22:18:37 -0800
commitc4d1740d1c3786995fe9b8c85698767f394005e8 (patch)
tree9963e7b13b08a6e4c3f2aaa1db039a3e1cda01a9 /main.go
parent1c0f54d87023c5d9585492650720883e20d96c75 (diff)
downloadgo-bumpver-c4d1740d1c3786995fe9b8c85698767f394005e8.tar.gz
chore: remove debug
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index fb90bd6..8bf3496 100644
--- a/main.go
+++ b/main.go
@@ -126,8 +126,6 @@ var (
verText := inputScanner.Text()
ver, err := semver.NewVersion(verText)
if err != nil {
- // log.debug
- fmt.Print(err)
continue
}
tags = append(tags, ver)