removed dbg

This commit is contained in:
Rüdiger Diedrich
2024-08-14 11:11:12 +02:00
parent 256c883488
commit eb47a26de7
2 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,6 @@ defmodule SomethingErlangWeb.BookmarksLive do
{:ok,
socket
|> assign(:page_title, "Bookmarks")
|> assign(:bookmarks, Grover.get_bookmarks!(1) |> dbg())}
|> assign(:bookmarks, Grover.get_bookmarks!(1))}
end
end