This commit is contained in:
@@ -99,7 +99,6 @@ impl Abschnitt {
|
||||
fn handle_metadata(&mut self, c: &mut Peekable<Children>, builder: &mut LawBuilder) {
|
||||
while c.peek().is_some() {
|
||||
let key = Ueberschrift::parse(c.next().unwrap(), "titel").content;
|
||||
println!("{key}");
|
||||
|
||||
// We are done with meta-data parsing
|
||||
if key == "Text" {
|
||||
|
Reference in New Issue
Block a user