Skip to content

Commit

Permalink
[infra] remove dbg/1 call
Browse files Browse the repository at this point in the history
  • Loading branch information
patatoid committed Dec 13, 2024
1 parent d53f42f commit 2b3112e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ defmodule BorutaWeb.Oauth.AuthorizeController do
|> render("template.html", template: template, assigns: %{credential_offer: response})

{:error, error} ->
dbg(error)
{:error, :bad_request}
end

Expand Down

0 comments on commit 2b3112e

Please sign in to comment.