Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Dec 28, 2024
1 parent 05a4527 commit 9d91b7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/radiator/node_analyzer/url_analyzer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ defmodule Radiator.NodeAnalyzer.UrlAnalyzer do
|> unfurl()
end

defp unfurl(nil) do
{:error, :no_url}
end

defp unfurl(uri) do
case WebInspector.unfurl(URI.to_string(uri)) do
{:ok, data} ->
Expand Down

0 comments on commit 9d91b7f

Please sign in to comment.