Skip to content

Commit

Permalink
🔥 Remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
ftes committed Sep 4, 2022
1 parent 969dfd9 commit 646c126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/phoenix_headlessui_web/live/home.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ defmodule PhoenixHeadlessuiWeb.HomeLive do

@impl true
def handle_event("select", %{"value" => value}, socket) do
IO.inspect(value)
{:noreply, assign(socket, :selected, value)}
end
end

0 comments on commit 646c126

Please sign in to comment.