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 @@ defmodule Pleroma.Web.MediaProxy do
else
url
end
|> IO.inspect()
end
@spec url_proxiable?(String.t()) :: boolean()

View File

@ -31,7 +31,6 @@ defmodule Pleroma.Web.RichMedia.Parser do
{:ok, html} <- Floki.parse_document(html) do
html
|> maybe_parse()
|> IO.inspect()
|> clean_parsed_data()
|> check_parsed_data()
end