From 7e8c02343cf3c7fa2d82f457dd51878cc3a902fe Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 1 May 2023 18:47:14 -0400 Subject: [PATCH] chore: remove inspect --- lib/graphql/dataloader.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/graphql/dataloader.ex b/lib/graphql/dataloader.ex index 813d9cd..00a4a55 100644 --- a/lib/graphql/dataloader.ex +++ b/lib/graphql/dataloader.ex @@ -326,8 +326,6 @@ defmodule AshGraphql.Dataloader do unnested_types = calculation.type.graphql_unnested_unions(calculation.constraints) constraints = Ash.Type.NewType.constraints(calculation.type, calculation.constraints) - IO.inspect(results) - Enum.map(results, fn nil -> nil