Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-09-11 13:58:26 +08:00
commit 7131ca0692

View file

@ -463,7 +463,6 @@ func BlocksWordCount(ids []string) (ret *util.BlockStatResult) {
for _, id := range ids {
bt := treenode.GetBlockTree(id)
if nil == bt {
logging.LogWarnf("block tree not found [%s]", id)
continue
}