Skip to content

Commit

Permalink
delete debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Feb 11, 2024
1 parent acc1d28 commit f73ef44
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 @@ -60,7 +60,6 @@ var VersionCmd = &cobra.Command{
fmt.Println("kefw2: Command line tool for controlling KEF's W2 platform speakers")
if info, ok := debug.ReadBuildInfo(); ok {
for _, v := range info.Settings {
fmt.Println(v.Key, v.Value)
switch v.Key {
case "vcs.revision":
fmt.Printf("Version: %s\n", v.Value)
Expand Down

0 comments on commit f73ef44

Please sign in to comment.