🎨 Logging

This commit is contained in:
Daniel
2023-09-11 12:48:16 +08:00
parent 7e8e6167ff
commit 6649fcf9c8

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
}