Skip to content

Commit 8c532e1

Browse files
committed
remove debug print
1 parent 976d543 commit 8c532e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/kefw2/cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ var VersionCmd = &cobra.Command{
6363
if info, ok := debug.ReadBuildInfo(); ok {
6464
modified := false
6565
for _, v := range info.Settings {
66-
errorPrinter.Print(v.Key)
6766
switch v.Key {
6867
case "vcs.revision":
6968
GitCommit = v.Value

0 commit comments

Comments
 (0)