From c471d1ffe9cff7be35f15ecca29780705aca9df2 Mon Sep 17 00:00:00 2001 From: philipp Date: Thu, 15 Feb 2024 12:10:01 +0100 Subject: [PATCH] skip debug line --- src/paragraph/parser.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/paragraph/parser.rs b/src/paragraph/parser.rs index 2ee1e1a..33f3a36 100644 --- a/src/paragraph/parser.rs +++ b/src/paragraph/parser.rs @@ -191,7 +191,6 @@ impl Abschnitt { if Liste::test(child) { let liste = Liste::parse(c.next().unwrap()); let mut to_add = vec![Content::Text(abs.content), liste.get_content()]; - println!("{to_add:#?}"); if let Some(subchild) = c.peek() { if Absatz::test_with_typ(subchild, "satz") { // After a 'liste' there can be a '