Remove stray fmt.Printf.
This commit is contained in:
parent
8cc066b8f3
commit
6909e0dc68
1 changed files with 0 additions and 1 deletions
|
@ -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 "+
|
||||
|
|
Loading…
Reference in a new issue