engine: graph: autoedge: Quiet down the useless logs
These are so useful, let's silence them.
This commit is contained in:
@@ -63,7 +63,9 @@ func AutoEdge(graph *pgraph.Graph, debug bool, logf func(format string, v ...int
|
||||
continue
|
||||
}
|
||||
if autoEdgeObj == nil {
|
||||
if debug {
|
||||
logf("no auto edges were found for: %s", res)
|
||||
}
|
||||
continue // next vertex
|
||||
}
|
||||
autoEdgeObjMap[res] = autoEdgeObj // save for next loop
|
||||
|
||||
Reference in New Issue
Block a user