forked from AkkomaGang/akkoma
remove prints
This commit is contained in:
parent
c65379afea
commit
840c70c4fa
2 changed files with 0 additions and 2 deletions
|
@ -48,7 +48,6 @@ def url(url) do
|
|||
else
|
||||
url
|
||||
end
|
||||
|> IO.inspect()
|
||||
end
|
||||
|
||||
@spec url_proxiable?(String.t()) :: boolean()
|
||||
|
|
|
@ -31,7 +31,6 @@ defp parse_url(url) do
|
|||
{:ok, html} <- Floki.parse_document(html) do
|
||||
html
|
||||
|> maybe_parse()
|
||||
|> IO.inspect()
|
||||
|> clean_parsed_data()
|
||||
|> check_parsed_data()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue