1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

remove prints

This commit is contained in:
Floatingghost 2024-06-09 18:52:09 +01:00
parent c65379afea
commit 840c70c4fa
2 changed files with 0 additions and 2 deletions

View file

@ -48,7 +48,6 @@ def url(url) do
else
url
end
|> IO.inspect()
end
@spec url_proxiable?(String.t()) :: boolean()

View file

@ -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