Browse Source

:art: Improve database table view

Daniel 1 năm trước cách đây
mục cha
commit
3907165090
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)