mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-02 12:20:03 +08:00
misc(bitswap/strat) rm noisy message
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
@ -71,7 +71,6 @@ func (s *strategist) ShouldSendBlockToPeer(k u.Key, p peer.Peer) bool {
|
||||
// Dont resend blocks within a certain time period
|
||||
t, ok := ledger.sentToPeer[k]
|
||||
if ok && t.Add(resendTimeoutPeriod).After(time.Now()) {
|
||||
log.Error("Prevented block resend!")
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user