Skip to content

Commit

Permalink
Remove dbg call and fix moduledoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tae committed Sep 20, 2024
1 parent 6f47659 commit 0914d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/signbank_web/live/search_live/search.ex
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ defmodule SignbankWeb.SignLive.Search do
socket.assigns.base
|> SearchForm.changeset(params)
|> struct!(action: :validate)
|> dbg()

dbg(to_form(changeset))

{:noreply, assign(socket, form: to_form(changeset))}
end
Expand Down
3 changes: 2 additions & 1 deletion lib/signbank_web/plugs/rewrite_url.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
defmodule SignbankWeb.Plugs.RewriteURL do
@defmodule """
@moduledoc """
Rewrites legacy django-based Signbank URLs to the new format.
TODO: list specific rewrites
"""

use SignbankWeb, :verified_routes

import Plug.Conn
Expand Down

0 comments on commit 0914d2a

Please sign in to comment.