chore: remove IO.inspect

This commit is contained in:
Zach Daniel 2024-03-19 09:53:33 -04:00
parent c710afdecc
commit a2c15e829c
3 changed files with 940 additions and 830 deletions

File diff suppressed because it is too large Load diff

View file

@ -1059,9 +1059,7 @@ defmodule AshAdmin.Components.Resource.Form do
defp value(value, _form, _attribute, _) when not is_nil(value), do: value defp value(value, _form, _attribute, _) when not is_nil(value), do: value
defp value(_value, form, attribute, _default) do defp value(_value, form, attribute, _default) do
IO.inspect(attribute, label: "foobar") AshPhoenix.Form.value(form.source, attribute.name)
IO.inspect(form.source.source)
AshPhoenix.Form.value(form.source, attribute.name) |> IO.inspect(label: "foobar")
end end
defp default_atom_list_value(%{allow_nil?: false, constraints: [one_of: [atom | _]]}), do: atom defp default_atom_list_value(%{allow_nil?: false, constraints: [one_of: [atom | _]]}), do: atom

File diff suppressed because it is too large Load diff