review: Cleanup some comments

Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
This commit is contained in:
Łukasz Magiera
2021-11-29 21:29:00 +01:00
committed by GitHub
co-authored by Peter Rabbitson
parent 4d51980cb5
commit d019853687
2 changed files with 4 additions and 4 deletions
-2
View File
@@ -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())),