1
0
Fork 0

remove some println statements

master
Neal Harrington 2 years ago
parent 8921ee002e
commit 563cbda013

@ -156,8 +156,6 @@ func (c *Client) Execute(er *command.ExecuteRequest, nodeAddr string, username s
Password: password,
}
}
fmt.Println("here")
fmt.Println(command)
p, err := proto.Marshal(command)
if err != nil {

Loading…
Cancel
Save