Skip to content
Snippets Groups Projects
Commit 81a3eeee authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove debug output

parent c09504c2
No related branches found
No related tags found
2 merge requests!71Release 0.9,!70F fix merge key word
Pipeline #28790 passed
......@@ -340,7 +340,6 @@ def merge_entities(entity_a: Entity, entity_b: Entity):
for attribute in ("datatype", "unit", "value"):
if (attribute in diff_r2["properties"][key] and
diff_r2["properties"][key][attribute] is not None):
print(diff_r2["properties"][key][attribute])
if (diff_r1["properties"][key][attribute] is None):
setattr(entity_a.get_property(key), attribute,
diff_r2["properties"][key][attribute])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment