Skip to content

Commit

Permalink
Oops: remove debug println for version
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Mar 1, 2023
1 parent ad1115b commit 67505a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/HellPot/HellPot.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var (

func init() {
if version != "" {
println(version)
config.Version = version[1:]
}
config.Init()
Expand Down

0 comments on commit 67505a2

Please sign in to comment.