mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
remove erroneously committed inspects
This commit is contained in:
parent
81b37e42ff
commit
4976ddb743
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ defmodule FastTextile.Parser do
|
|||
defp simple_unbracketed_attr(_this_state, _delim_token, _open_attr, _close_attr, _callback, _parser, _tokens, _state),
|
||||
do: {:error, "Expected a simple unbracketed attribute"}
|
||||
|
||||
defp escape(text), do: HTML.html_escape(text) |> IO.inspect() |> HTML.safe_to_string() |> IO.inspect()
|
||||
defp escape(text), do: HTML.html_escape(text) |> HTML.safe_to_string()
|
||||
defp flatten(tree) do
|
||||
tree
|
||||
|> List.flatten()
|
||||
|
|
Loading…
Reference in a new issue