Skip to content

Commit 4aae670

Browse files
committed
chore: remove IO.inspects
1 parent b117187 commit 4aae670

File tree

1 file changed

+1
-8
lines changed
  • lib/ash_admin/components/resource

1 file changed

+1
-8
lines changed

lib/ash_admin/components/resource/form.ex

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,19 +1862,12 @@ defmodule AshAdmin.Components.Resource.Form do
18621862
|> replace_new_union_stubs()
18631863
|> replace_unused()
18641864

1865-
IO.inspect(params)
1866-
18671865
form =
18681866
AshPhoenix.Form.validate(socket.assigns.form, params,
18691867
only_touched?: true,
1870-
target: IO.inspect(event["_target"] || [])
1868+
target: event["_target"] || []
18711869
)
18721870

1873-
IO.inspect(AshPhoenix.Form.errors(form, for_path: :all))
1874-
IO.inspect(AshPhoenix.Form.value(form, :size))
1875-
IO.inspect(AshPhoenix.Form.value(form, :name))
1876-
IO.inspect(AshPhoenix.Form.value(form, :balance))
1877-
18781871
{:noreply, assign(socket, form: form)}
18791872
end
18801873

0 commit comments

Comments
 (0)