We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875ecba commit 464e5c9Copy full SHA for 464e5c9
rpc/jsonrpc/server/ws_handler.go
@@ -380,9 +380,6 @@ func (wsc *wsConnection) readRoutine() {
380
381
returns := rpcFunc.f.Call(args)
382
383
- // TODO: Need to encode args/returns to string if we want to log them
384
- wsc.Logger.Info("WSJSONRPC", "method", request.Method)
385
-
386
result, err := unreflectResult(returns)
387
if err != nil {
388
if err := wsc.WriteRPCResponse(writeCtx, types.RPCInternalError(request.ID, err)); err != nil {
0 commit comments