Browse Source

:art: Improve database table view

Daniel 1 year ago
parent
commit
3907165090
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/model/attribute_view.go

+ 0 - 1
kernel/model/attribute_view.go

@@ -1919,7 +1919,6 @@ func getNodeByBlockID(tx *Transaction, blockID string) (node *ast.Node, tree *pa
 		tree, err = loadTreeByBlockID(blockID)
 	}
 	if nil != err {
-		logging.LogWarnf("load tree by block id [%s] failed: %s", blockID, err)
 		return
 	}
 	node = treenode.GetNodeInTree(tree, blockID)