mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-01 01:35:15 +00:00
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()
|
id = cmd.Id()
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("%s\n", rpcRequest)
|
|
||||||
_, err := w.Write(marshalError(idPointer(cmd.Id())))
|
_, err := w.Write(marshalError(idPointer(cmd.Id())))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Warnf("Client sent invalid request but unable "+
|
log.Warnf("Client sent invalid request but unable "+
|
||||||
|
|
Loading…
Add table
Reference in a new issue