chore: remove IO.inspect

This commit is contained in:
Zach Daniel 2020-11-03 00:41:38 -05:00
parent ec03af83b8
commit f9101be69b
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -331,7 +331,6 @@ defmodule AshPostgres.DataLayer do
on: field(source, ^source_field) == field(destination, ^destination_field),
select: destination
)
|> IO.inspect()
{:error, error} ->
{:error, error}