review: Cleanup some comments
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
This commit is contained in:
co-authored by
Peter Rabbitson
parent
4d51980cb5
commit
d019853687
@@ -780,8 +780,6 @@ func getDataSelector(dps *api.Selector, matchPath bool) (datamodel.Node, error)
|
||||
selspec, err := textselector.SelectorSpecFromPath(
|
||||
textselector.Expression(*dps), matchPath,
|
||||
|
||||
// URGH - this is a direct copy from https://github.com/filecoin-project/go-fil-markets/blob/v1.12.0/shared/selectors.go#L10-L16
|
||||
// Unable to use it because we need the SelectorSpec, and markets exposes just a reified node
|
||||
ssb.ExploreRecursive(
|
||||
selector.RecursionLimitNone(),
|
||||
ssb.ExploreUnion(ssb.Matcher(), ssb.ExploreAll(ssb.ExploreRecursiveEdge())),
|
||||
|
||||
Reference in New Issue
Block a user