mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
remove debug code
This commit is contained in:
parent
8cb1bd3847
commit
a352a0cc0a
1 changed files with 0 additions and 5 deletions
|
@ -121,11 +121,6 @@ defmodule FastTextile.Parser do
|
|||
#
|
||||
|
||||
defp inline_textile_element(parser, tokens) do
|
||||
# IO.puts "block_textile_element"
|
||||
# IO.inspect [parser, tokens]
|
||||
# IO.inspect Process.info(self(), :current_stacktrace)
|
||||
# :timer.sleep(:timer.seconds(2))
|
||||
|
||||
[
|
||||
{:b_delim, :b, "<b>", "</b>"},
|
||||
{:i_delim, :i, "<i>", "</i>"},
|
||||
|
|
Loading…
Reference in a new issue