Skip to content

Commit

Permalink
chore: remove IO.inspect (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraff authored Nov 30, 2023
1 parent 9c2539a commit 580be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_phoenix/form/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3559,7 +3559,7 @@ defmodule AshPhoenix.Form do

%{
form
| submit_errors: IO.inspect(transform_errors(form, errors, path, form.form_keys)),
| submit_errors: transform_errors(form, errors, path, form.form_keys),
forms: new_forms
}
end
Expand Down

0 comments on commit 580be7e

Please sign in to comment.