Skip to content

Commit

Permalink
Remove io inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Jan 3, 2024
1 parent 60f1a61 commit 7d50d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backpex/html/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ defmodule Backpex.HTML.Form do
@form,
@field_name,
@options,
Map.to_list(@rest) |> IO.inspect()
Map.to_list(@rest)
) %>
</div>
<.error_tag form={@form} name={@field_name} field_options={@field_options} />
Expand Down

0 comments on commit 7d50d9a

Please sign in to comment.