From af9b6bf9b9c5b570751b839a4f34b2c61547dc0d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 24 Apr 2023 21:38:35 +0300 Subject: fix: drop debug print Sponsored-by: author --- src/html.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/html.rs b/src/html.rs index adba870..09b2ea5 100644 --- a/src/html.rs +++ b/src/html.rs @@ -149,7 +149,6 @@ pub fn parse(markdown: &str) -> Result { } } - eprintln!("STACK: {stack:#?}"); let body = stack.pop(); assert!(stack.is_empty()); // body.fix_up_img_alt(); -- cgit v1.2.1