forked from cloudwego/hertz
optimize(hz): remove extra output (#747)
This commit is contained in:
parent
4a6d3b1272
commit
ce158d4cc3
|
@ -92,7 +92,6 @@ func BuildPluginCmd(args *Argument) (*exec.Cmd, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to detect current executable, err: %v", err)
|
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()
|
argPacks, err := args.Pack()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue