This commit is contained in:
Chris Lu
2021-02-10 23:41:05 -08:00
parent c959aaa19b
commit a0e84c4fbc
4 changed files with 3 additions and 4 deletions

View File

@@ -70,7 +70,6 @@ func (t *BoundedTree) ensureVisited(n *Node, currentPath util.FullPath, componen
} else {
// fmt.Printf("ensure %v\n", currentPath)
children, err := visitFn(currentPath)
if err != nil {
glog.V(0).Infof("failed to visit %s: %v", currentPath, err)