🎨 Logging

This commit is contained in:
Daniel 2023-09-11 12:48:16 +08:00
parent 7e8e6167ff
commit 6649fcf9c8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

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
}