Remove extra debug logs which used to inspect a state.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -20,8 +20,6 @@ defmodule DecentralisedBookIndexWeb.Components.MyComponents.SelectedAuthor do
|
||||
|
||||
errors =
|
||||
if Phoenix.Component.used_input?(assigns.author_form), do: assigns.author_form.errors, else: []
|
||||
IO.inspect("errors")
|
||||
IO.inspect(errors)
|
||||
|
||||
assigns =
|
||||
assigns
|
||||
|
||||
@@ -158,9 +158,6 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
|
||||
end
|
||||
|
||||
def handle_event("select-author-alias", %{"author-alias" => author_alias_id}, socket) do
|
||||
IO.inspect("book_editions_registry_id")
|
||||
IO.inspect(author_alias_id)
|
||||
|
||||
socket =
|
||||
socket
|
||||
|> update(:form, fn form ->
|
||||
|
||||
Reference in New Issue
Block a user