fix: remove IO.inspect

This commit is contained in:
Zach Daniel 2021-10-29 19:52:31 -04:00
parent 0651d95918
commit 68d7d10877

View file

@ -167,10 +167,6 @@ defmodule Ash.Dsl do
|> @ash_parent.handle_opts()
|> Code.eval_quoted([], __ENV__)
if __MODULE__ == Overcode.Accounts do
IO.inspect(opts)
end
if opts[:otp_app] do
@persist {:otp_app, opts[:otp_app]}
end