remove IO.inspect

This commit is contained in:
Barnabas Jovanovics 2023-11-22 20:42:45 +01:00 committed by GitHub
parent c53f1733be
commit 1f7d7b887e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -911,8 +911,6 @@ defmodule AshPostgres.Expr do
ref_binding = ref_binding(ref, bindings)
if is_nil(ref_binding) do
IO.inspect(ref)
IO.inspect(bindings)
raise "Error while building reference: #{inspect(ref)}"
end