Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 26, 2024
1 parent b4059ee commit b2c99ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion threefive/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def _parse_descriptor(self, data, stuff):
"""
sub_data = ""
tag = data[1:].split(" ", 1)[0].split('>',1)[0]
print('tag',tag)
try:
sub_data = data[: data.index(f"</{tag}>") + len(tag) + 1]
except:
Expand Down

0 comments on commit b2c99ac

Please sign in to comment.