remove debug print

This commit is contained in:
Ambulance Clerc
2024-11-09 17:30:43 +01:00
parent 756eeab00c
commit fac7a7a4b2

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":