🎨 Improve database table view
This commit is contained in:
parent
339020a282
commit
3907165090
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue