Skip to content

Commit

Permalink
optimize(hz): remove extra output (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGYFFFF authored Apr 24, 2023
1 parent 4a6d3b1 commit ce158d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/hz/config/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func BuildPluginCmd(args *Argument) (*exec.Cmd, error) {
if err != nil {
return nil, fmt.Errorf("failed to detect current executable, err: %v", err)
}
fmt.Fprintf(os.Stderr, "exe name: %s\n", exe)

argPacks, err := args.Pack()
if err != nil {
Expand Down

0 comments on commit ce158d4

Please sign in to comment.