diff --git a/plan.go b/plan.go index 40636078..41a179f2 100644 --- a/plan.go +++ b/plan.go @@ -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 {