From 2cdf2cafcc479f519fe901cd802384444b7259f4 Mon Sep 17 00:00:00 2001 From: nishi Date: Sun, 15 Mar 2026 07:02:15 -0500 Subject: [PATCH] remove debug messages --- src/action/markdown.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/action/markdown.c b/src/action/markdown.c index 7829e55..26d6f5d 100644 --- a/src/action/markdown.c +++ b/src/action/markdown.c @@ -411,9 +411,6 @@ static int text(MD_TEXTTYPE type, const MD_CHAR* text, MD_SIZE size, void* user) setup_parser(&parser); - fwrite(text, 1, size, stdout); - fprintf(stdout, "\n"); - in_message = 0; s = md_parse(text, size, &parser, NULL); in_message = 1;