diff -r 6bfc8a9bf0e7 -r efb532295607 plcopen/types_enums.py --- a/plcopen/types_enums.py Fri Mar 22 10:57:04 2019 +0100 +++ b/plcopen/types_enums.py Fri Mar 22 11:09:41 2019 +0100 @@ -117,7 +117,6 @@ def GetElementType(tagname): words = tagname.split("::") - print("GetElementType",tagname, len(words)) if len(words) == 1: return ITEM_CONFNODE return {