mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-02 03:28:25 +08:00
remove noisy statement
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:

committed by
Juan Batiz-Benet

parent
da68475bcf
commit
59f0ffb8c6
@ -356,7 +356,6 @@ func (bs *bitswap) ReceiveMessage(ctx context.Context, p peer.Peer, incoming bsm
|
||||
var blkeys []u.Key
|
||||
for _, block := range incoming.Blocks() {
|
||||
blkeys = append(blkeys, block.Key())
|
||||
log.Errorf("Got block: %s", block)
|
||||
if err := bs.HasBlock(ctx, block); err != nil {
|
||||
log.Error(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user