浏览代码

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

Vanessa 1 年之前
父节点
当前提交
7131ca0692
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kernel/model/file.go

+ 0 - 1
kernel/model/file.go

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