Skip to content

Commit

Permalink
misc(bitswap/strat) rm noisy message
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Brian Tiger Chow <[email protected]>
  • Loading branch information
Brian Tiger Chow committed Dec 13, 2014
1 parent ab23cc6 commit 1cfe479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exchange/bitswap/strategy/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 1cfe479

Please sign in to comment.