mirror of https://github.com/status-im/consul.git
agent/proxy: remove debug println
This commit is contained in:
parent
7f83ae1faf
commit
6a438c25d0
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue