Compare commits

..

1 Commits

Author SHA1 Message Date
Ambulance Clerc
fac7a7a4b2 remove debug print 2024-11-09 17:30:43 +01:00

View File

@@ -187,7 +187,7 @@ class cl_AttribLink():
print(f"ERROR AttribLink => obi[{obj}] and key [{key}] not found.")
def get_value_from_attrib(self,data,obj, key):
print(f"get value from {obj}=>{key}")
#print(f"get value from {obj}=>{key}")
ret = False
t_obj = None
if obj == "data":