Skip to content

Commit 9e29ab3

Browse files
committed
handler: remove unnecessary Log comment
1 parent 9e6a014 commit 9e29ab3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

handler.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ type Handler interface {
2626
// canceled set to true, and should not attempt to cancel the message.
2727
Cancel(ctx context.Context, conn *Conn, id ID, canceled bool) bool
2828

29-
// Log is invoked for all messages flowing through a Conn.
30-
// direction indicates if the message being received or sent
31-
// id is the message id, if not set it was a notification
32-
// elapsed is the time between a call being seen and the response, and is
33-
// negative for anything that is not a response.
34-
// method is the method name specified in the message
35-
// payload is the parameters for a call or notification, and the result for a
36-
// response
37-
3829
// Request is called near the start of processing any request.
3930
Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
4031

0 commit comments

Comments
 (0)