Remove stray fmt.Printf.

This commit is contained in:
Josh Rickmar 2014-06-27 16:03:08 -05:00
parent 8cc066b8f3
commit 6909e0dc68

View file

@ -790,7 +790,6 @@ func (s *rpcServer) PostClientRPC(w http.ResponseWriter, r *http.Request) {
id = cmd.Id()
}
if err != nil {
fmt.Printf("%s\n", rpcRequest)
_, err := w.Write(marshalError(idPointer(cmd.Id())))
if err != nil {
log.Warnf("Client sent invalid request but unable "+