Commit fe513feb authored by oroulet's avatar oroulet

remove debug print

parent a0b1d2d1
......@@ -415,7 +415,7 @@ class XmlImporter:
if obj.abstract:
attrs.IsAbstract = obj.abstract
if not obj.definitions:
print("NOT DEFINITON", obj.parent, obj)
pass
else:
if obj.parent == self.server.nodes.enum_data_type.nodeid:
attrs.DataTypeDefinition = self._get_edef(node, obj)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment