From 37f708f8ab769d66267b6a02680ca83875ea6d20 Mon Sep 17 00:00:00 2001 From: KMY Date: Mon, 13 Mar 2023 10:33:45 +0900 Subject: [PATCH] Remove debug code --- app/lib/text_formatter.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/text_formatter.rb b/app/lib/text_formatter.rb index 980e783ff9..f59a5e25aa 100644 --- a/app/lib/text_formatter.rb +++ b/app/lib/text_formatter.rb @@ -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