diff --git a/agent/proxy/proxy_test.go b/agent/proxy/proxy_test.go index bb4020630..0a9237319 100644 --- a/agent/proxy/proxy_test.go +++ b/agent/proxy/proxy_test.go @@ -48,7 +48,6 @@ func helperProcess(s ...string) *exec.Cmd { cmd := exec.Command(os.Args[0], cs...) cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr - println(fmt.Sprintf("YO WHAT %#v", cmd.Args)) return cmd }