[elbe-devel] [PATCH] remove debug write of xml file
Manuel Traut
manut at linutronix.de
Thu Dec 21 16:33:14 CET 2017
this will be folded in the first patch
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
elbepack/xmlpreprocess.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/elbepack/xmlpreprocess.py b/elbepack/xmlpreprocess.py
index 3c9b9af0..8e4c190e 100644
--- a/elbepack/xmlpreprocess.py
+++ b/elbepack/xmlpreprocess.py
@@ -47,11 +47,6 @@ def xmlpreprocess(fname, output, variants=[]):
for tag in rmlist:
tag.getparent().remove(tag)
- xml.write(
- output,
- encoding="UTF-8",
- pretty_print=True)
-
if schema.validate(xml):
xml.write(
output,
--
2.15.1
More information about the elbe-devel
mailing list