Skip to content

Commit

Permalink
bitswap/httpnet: remove debug message (too noisy with cancels)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jan 17, 2025
1 parent bad15ee commit be0679c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bitswap/network/httpnet/msg_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ func (sender *httpMsgSender) SendMsg(ctx context.Context, msg bsmsg.BitSwapMessa
return nil
}

log.Debugf("SendMsg: %s. Wantlist: %d.", sender.peer, len(wantlist))

go func() {
for range sender.closing {
cancel()
Expand Down

0 comments on commit be0679c

Please sign in to comment.