Remove the debug information for the Book form.

This commit is contained in:
2025-03-20 17:23:20 +02:00
parent 288f835805
commit 2c6a9f4c16
@@ -41,9 +41,6 @@ defmodule DecentralisedBookIndexWeb.BookLive.FormComponent do
<:actions>
<.button phx-disable-with="Saving...">Save Book</.button>
</:actions>
<pre>all:<%= inspect(@form, pretty: true) %></pre>
<pre>Bids:<%= inspect(@form[:bids], pretty: true) %></pre>
</.simple_form>
</div>
"""