Merge pull request #356 from filecoin-project/fix/not-found-log
remove not found log, its okay
This commit is contained in:
commit
7e6e18c07a
@ -67,9 +67,6 @@ type mybs struct {
|
||||
func (m mybs) Get(c cid.Cid) (block.Block, error) {
|
||||
b, err := m.Blockstore.Get(c)
|
||||
if err != nil {
|
||||
// change to error for stacktraces, don't commit with that pls
|
||||
// TODO: debug why we get so many not founds in tests
|
||||
log.Warnf("Get failed: %s %s", c, err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user