提交 bc21966b 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3384 from ipfs/kevina/blockstore-kill-debug-stmt

blockstore: remove expensive debug statement in AllKeysChan
......@@ -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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论