mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
remove prints
This commit is contained in:
parent
c65379afea
commit
840c70c4fa
|
@ -48,7 +48,6 @@ defmodule Pleroma.Web.MediaProxy do
|
|||
else
|
||||
url
|
||||
end
|
||||
|> IO.inspect()
|
||||
end
|
||||
|
||||
@spec url_proxiable?(String.t()) :: boolean()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue