mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 04:37:30 +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
|
var blkeys []u.Key
|
||||||
for _, block := range incoming.Blocks() {
|
for _, block := range incoming.Blocks() {
|
||||||
blkeys = append(blkeys, block.Key())
|
blkeys = append(blkeys, block.Key())
|
||||||
log.Errorf("Got block: %s", block)
|
|
||||||
if err := bs.HasBlock(ctx, block); err != nil {
|
if err := bs.HasBlock(ctx, block); err != nil {
|
||||||
log.Error(err)
|
log.Error(err)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user