From 6909e0dc682a16693250ff13c9c953f97f279861 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 27 Jun 2014 16:03:08 -0500 Subject: [PATCH] Remove stray fmt.Printf. --- rpcserver.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcserver.go b/rpcserver.go index 2315c92..b85eb5a 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -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 "+