Ver Fonte

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

Vanessa há 1 ano atrás
pai
commit
7131ca0692
1 ficheiros alterados com 0 adições e 1 exclusões
  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
 		}