Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeulenthi committed Dec 5, 2023
1 parent 85f387f commit bfce2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scl_loader/scl_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def __init__(self, xml_path: str):
_, self._datatypes_root = next(context)
self._datatypes_index = {datatype.attrib["id"]: datatype for datatype in self._datatypes_root.getchildren()
if "id" in datatype.attrib}
print(self._datatypes_index)

def get_type_by_id(self, id: str) -> etree.Element:
"""
Expand Down

0 comments on commit bfce2cc

Please sign in to comment.