Skip to content

Commit

Permalink
shrink diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmac committed Nov 8, 2021
1 parent ab57cb8 commit 9713919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func extractSelectionSet(ctx *PlanningContext, insertionPoint []string, parentTy
}
loc, err := ctx.Locations.URLFor(parentType, location, selection.Name)
if err != nil {
fmt.Println(err)
// namespace
subSS, steps, err := extractSelectionSet(ctx, append(insertionPoint, selection.Name), selection.Definition.Type.Name(), selection.SelectionSet, location)
if err != nil {
Expand Down

0 comments on commit 9713919

Please sign in to comment.