Skip to content

Commit

Permalink
remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Apr 6, 2023
1 parent 1b238b6 commit 5d27c8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/lightning_web/live/workflow_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ defmodule LightningWeb.WorkflowLive do
if !socket.assigns.saved do
{:noreply, socket |> put_flash(:error, "Not saved")}
else
IO.inspect("We are good")
{:noreply, socket}
# socket
# |> push_patch(
Expand Down Expand Up @@ -359,7 +358,6 @@ defmodule LightningWeb.WorkflowLive do
{:job_saved, saved},
socket
) do
IO.inspect(saved, label: "Saved?")
{:noreply, socket |> assign(saved: saved)}
end

Expand Down

0 comments on commit 5d27c8b

Please sign in to comment.