Skip to content

Commit

Permalink
refactor: remove unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote committed Aug 30, 2024
1 parent 971b6e6 commit 44184a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/rp/cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cmd

import (
"fmt"
"log/slog"
"os"
"runtime/debug"
Expand All @@ -24,7 +23,6 @@ func version() string {

buildInfo, ok := debug.ReadBuildInfo()
if ok {
fmt.Println(buildInfo.String())
for _, setting := range buildInfo.Settings {
switch setting.Key {
case "vcs.revision":
Expand Down

0 comments on commit 44184a7

Please sign in to comment.