summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-24 18:43:58 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-24 18:43:58 +0000
commitdb6fdb1105f3b93b2700bf1a7f9a5ed0e25f472e (patch)
treea5bf4793cfbd6d88596b584b6e5a96074397abd9
parent8934f383b15b644ba05e083b2cf65398a68ab5b7 (diff)
parentaf9b6bf9b9c5b570751b839a4f34b2c61547dc0d (diff)
downloadriki-db6fdb1105f3b93b2700bf1a7f9a5ed0e25f472e.tar.gz
Merge branch 'liw/fix' into 'main'
fix: drop debug print See merge request larswirzenius/riki!81
-rw-r--r--src/html.rs1
1 files changed, 0 insertions, 1 deletions
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<Element, HtmlError> {
}
}
- eprintln!("STACK: {stack:#?}");
let body = stack.pop();
assert!(stack.is_empty());
// body.fix_up_img_alt();