From 2c6a9f4c166ad7f7eed9b56f96765534b35dbede Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 20 Mar 2025 17:22:58 +0200 Subject: [PATCH] Remove the debug information for the Book form. --- .../live/book_live/form_component.ex | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/decentralised_book_index_web/live/book_live/form_component.ex b/lib/decentralised_book_index_web/live/book_live/form_component.ex index bc92019..c25722d 100644 --- a/lib/decentralised_book_index_web/live/book_live/form_component.ex +++ b/lib/decentralised_book_index_web/live/book_live/form_component.ex @@ -41,9 +41,6 @@ defmodule DecentralisedBookIndexWeb.BookLive.FormComponent do <:actions> <.button phx-disable-with="Saving...">Save Book - -
all:<%= inspect(@form, pretty: true) %>
-
Bids:<%= inspect(@form[:bids], pretty: true) %>
"""