Skip to content

Commit 42401d9

Browse files
committed
Remove print statement
1 parent 67fcb92 commit 42401d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flattentool/xml_output.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def child_to_xml(parent_el, tagname, child, toplevel=False, nsmap=None):
3333

3434
def dict_to_xml(data, tagname, toplevel=True, nsmap=None):
3535
if USING_LXML and ':' in tagname and not toplevel:
36-
print(tagname)
3736
tagname = '{' + nsmap.get(tagname.split(':', 1)[0], '') + '}' + tagname.split(':', 1)[1]
3837
try:
3938
if USING_LXML:

0 commit comments

Comments
 (0)