1
0
Fork 0
forked from gitea/nas

Remove debug code

This commit is contained in:
KMY 2023-03-13 10:33:45 +09:00
parent 5267c8e4ca
commit 37f708f8ab

View file

@ -48,7 +48,6 @@ class TextFormatter
# html = simple_format(html, {}, sanitize: false).delete("\n") if multiline?
html = html.delete("\n")
p html
html.html_safe # rubocop:disable Rails/OutputSafety
end