1
0
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:
Brian Tiger Chow
2014-12-13 06:34:00 -08:00
committed by Juan Batiz-Benet
parent da68475bcf
commit 59f0ffb8c6

View File

@ -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)
}