We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951368d commit 8b2847dCopy full SHA for 8b2847d
1 file changed
python/philologic/runtime/FragmentParser.py
@@ -26,9 +26,6 @@ def start(self, tag, attrib):
26
if no_ns_k != k:
27
del attrib[k]
28
attrib[no_ns_k] = v
29
- import sys
30
-
31
- print(self.current_el, tag, attrib, file=sys.stderr)
32
new_el = etree.SubElement(self.current_el, tag, attrib)
33
new_el.text = ""
34
new_el.tail = ""
0 commit comments