plcopen/types_enums.py
branchsearch_in_CTN
changeset 2529 efb532295607
parent 2524 c80b0d864475
child 3750 f62625418bff
--- 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 {