metadata
diff --git a/bunc2tei.py b/bunc2tei.py
index a5a4b18..9870285 100644
--- a/bunc2tei.py
+++ b/bunc2tei.py
@@ -83,12 +83,6 @@
 
 
 
-
-    
-
-
-
-
 ET.indent(tree, "  ")
 ET.register_namespace("", "http://www.tei-c.org/ns/1.0")
 tree.write("04_output.xml", encoding="utf-8", xml_declaration=True, method="xml", short_empty_elements=True)
\ No newline at end of file