Remove IO.inspect (#376)

This commit is contained in:
Shankar Dhanasekaran 2024-08-28 17:35:18 +05:30 committed by GitHub
parent 725e14ab62
commit fe1651169b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -330,8 +330,6 @@ defmodule Mix.Tasks.AshPostgres.Install do
end end
_ -> _ ->
IO.inspect("HERE!")
{:ok, {:ok,
Igniter.Code.Common.add_code(zipper, """ Igniter.Code.Common.add_code(zipper, """
def installed_extensions do def installed_extensions do
@ -339,7 +337,6 @@ defmodule Mix.Tasks.AshPostgres.Install do
["ash-functions"] ["ash-functions"]
end end
""")} """)}
|> IO.inspect()
end end
end end