Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Feb 16, 2025
1 parent 976d543 commit 8c532e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/kefw2/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ var VersionCmd = &cobra.Command{
if info, ok := debug.ReadBuildInfo(); ok {
modified := false
for _, v := range info.Settings {
errorPrinter.Print(v.Key)
switch v.Key {
case "vcs.revision":
GitCommit = v.Value
Expand Down

0 comments on commit 8c532e1

Please sign in to comment.