Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Jul 7, 2024
1 parent fcea419 commit 285650c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/basket_web/live/overview.ex
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ defmodule BasketWeb.Live.Overview do
defp initialize(socket) do
user = Repo.get(User, socket.assigns.user.id) |> Repo.preload([:clubs, :offices])

user |> dbg()

socket =
assign(socket,
basket: [],
Expand Down

0 comments on commit 285650c

Please sign in to comment.