Browse Source

:art: Logging

Daniel 1 năm trước cách đây
mục cha
commit
6649fcf9c8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {
 	for _, id := range ids {
 		bt := treenode.GetBlockTree(id)
 		bt := treenode.GetBlockTree(id)
 		if nil == bt {
 		if nil == bt {
-			logging.LogWarnf("block tree not found [%s]", id)
 			continue
 			continue
 		}
 		}