Skip to content
Snippets Groups Projects
Commit 51e26f14 authored by rinpatch's avatar rinpatch :speech_balloon:
Browse files

Remove redundant ensure_scrubbed_html

It is never used as handling for fake and non-fake activities was merged
into one function above it
parent a58813e7
No related branches found
No related tags found
No related merge requests found
......@@ -71,14 +71,6 @@ def ensure_scrubbed_html(
end
end
def ensure_scrubbed_html(
content,
scrubbers,
true = _fake
) do
{:ignore, filter_tags(content, scrubbers)}
end
defp generate_scrubber_signature(scrubber) when is_atom(scrubber) do
generate_scrubber_signature([scrubber])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment