Skip to content

Commit 8b2847d

Browse files
authored
Update FragmentParser.py
1 parent 951368d commit 8b2847d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/philologic/runtime/FragmentParser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ def start(self, tag, attrib):
2626
if no_ns_k != k:
2727
del attrib[k]
2828
attrib[no_ns_k] = v
29-
import sys
30-
31-
print(self.current_el, tag, attrib, file=sys.stderr)
3229
new_el = etree.SubElement(self.current_el, tag, attrib)
3330
new_el.text = ""
3431
new_el.tail = ""

0 commit comments

Comments
 (0)