Skip to content

Commit

Permalink
Remove useless debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Jul 11, 2024
1 parent acc3b37 commit 9f3f428
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/claper_web/live/event_live/manage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,6 @@ defmodule ClaperWeb.EventLive.Manage do
%{"key" => "poll_visible", "value" => value},
%{assigns: %{state: state}} = socket
) do
IO.inspect(value)

{:ok, new_state} =
Claper.Presentations.update_presentation_state(
state,
Expand Down

0 comments on commit 9f3f428

Please sign in to comment.