Skip to content

Commit

Permalink
chore: remove debug log message (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass authored Apr 15, 2024
1 parent 5e4a7fe commit cda6efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/build/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var readBuildInfo buildInfoFunc = debug.ReadBuildInfo
// This method is only separated out from the init method for testing purposes and should only
// be called by init and the unit tests.
func setVersion() {
fmt.Println("init called")
if Version == "dev" {
buildInfo, ok := readBuildInfo()
if ok {
Expand Down

0 comments on commit cda6efb

Please sign in to comment.