diff --git a/lib/backpex/html/form.ex b/lib/backpex/html/form.ex
index 1f9d1d97..8b385663 100644
--- a/lib/backpex/html/form.ex
+++ b/lib/backpex/html/form.ex
@@ -110,7 +110,7 @@ defmodule Backpex.HTML.Form do
@form,
@field_name,
@options,
- Map.to_list(@rest) |> IO.inspect()
+ Map.to_list(@rest)
) %>
<.error_tag form={@form} name={@field_name} field_options={@field_options} />