Commit 62c380b0 authored by Kevin Atkinson's avatar Kevin Atkinson

blockstore: remove expensive debug statement in AllKeysChan

License: MIT
Signed-off-by: default avatarKevin Atkinson <k@kevina.org>
parent 8d6ac7a8
......@@ -202,8 +202,6 @@ func (bs *blockstore) AllKeysChan(ctx context.Context) (<-chan *cid.Cid, error)
return nil, true
}
log.Debug("blockstore: query got key", c)
return c, true
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment