Skip to content

Commit 1e8f19d

Browse files
committed
remove dbg
1 parent 635df75 commit 1e8f19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ defmodule AlgoraWeb.HomeLive do
825825
if changeset.valid? do
826826
url = get_field(changeset, :url)
827827

828-
case url |> Algora.Util.parse_github_url() |> dbg() do
828+
case Algora.Util.parse_github_url(url) do
829829
{:ok, {repo_owner, repo_name}} ->
830830
token = Github.TokenPool.get_token()
831831

0 commit comments

Comments
 (0)