diff --git a/post_parser.py b/post_parser.py
index 7102155..d5ba8d5 100644
--- a/post_parser.py
+++ b/post_parser.py
@@ -459,8 +459,6 @@ class PostParser:
# Add raw JSON debug output if debug is enabled
if debug:
- #debug_json = json.dumps(message, indent=2, ensure_ascii=False, default=str)
- #debug_json = debug_json.replace('\\n', '
').replace('\\"', '"')
html_content.append(f'
{str(message)}')
html_content = '\n'.join(html_content)
return html_content
@@ -562,7 +560,10 @@ class PostParser:
text = text.replace('\n', '