optimize(hz): remove extra output (#747)

This commit is contained in:
GuangyuFan 2023-04-24 15:27:00 +08:00 committed by GitHub
parent 4a6d3b1272
commit ce158d4cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {