mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
remove prints
This commit is contained in:
parent
c65379afea
commit
840c70c4fa
2 changed files with 0 additions and 2 deletions
|
@ -48,7 +48,6 @@ defmodule Pleroma.Web.MediaProxy do
|
||||||
else
|
else
|
||||||
url
|
url
|
||||||
end
|
end
|
||||||
|> IO.inspect()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
@spec url_proxiable?(String.t()) :: boolean()
|
@spec url_proxiable?(String.t()) :: boolean()
|
||||||
|
|
|
@ -31,7 +31,6 @@ defmodule Pleroma.Web.RichMedia.Parser do
|
||||||
{:ok, html} <- Floki.parse_document(html) do
|
{:ok, html} <- Floki.parse_document(html) do
|
||||||
html
|
html
|
||||||
|> maybe_parse()
|
|> maybe_parse()
|
||||||
|> IO.inspect()
|
|
||||||
|> clean_parsed_data()
|
|> clean_parsed_data()
|
||||||
|> check_parsed_data()
|
|> check_parsed_data()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue