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 =
|
errors =
|
||||||
if Phoenix.Component.used_input?(assigns.author_form), do: assigns.author_form.errors, else: []
|
if Phoenix.Component.used_input?(assigns.author_form), do: assigns.author_form.errors, else: []
|
||||||
IO.inspect("errors")
|
|
||||||
IO.inspect(errors)
|
|
||||||
|
|
||||||
assigns =
|
assigns =
|
||||||
assigns
|
assigns
|
||||||
|
|||||||
@@ -158,9 +158,6 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
|
|||||||
end
|
end
|
||||||
|
|
||||||
def handle_event("select-author-alias", %{"author-alias" => author_alias_id}, socket) do
|
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 =
|
||||||
socket
|
socket
|
||||||
|> update(:form, fn form ->
|
|> update(:form, fn form ->
|
||||||
|
|||||||
Reference in New Issue
Block a user