Skip to content

Commit 75c0f79

Browse files
committed
jsonrpc2: remove elapsed field output for nil pointer dereference error
1 parent 92c50cd commit 75c0f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonrpc2.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ func (c *Conn) Reply(ctx context.Context, req *Request, result interface{}, err
322322

323323
c.Logger.Debug(Send,
324324
zap.String("resp.ID", resp.ID.String()),
325-
zap.Duration("elapsed", elapsed),
326325
zap.String("req.Method", req.Method),
327326
zap.Any("resp.Result", resp.Result),
328327
)

0 commit comments

Comments
 (0)