remove added code of previous commit

This commit is contained in:
iLLiCiTiT 2020-01-16 14:30:26 +01:00
parent 315dfe79a4
commit 1f96a74bac

View file

@ -85,18 +85,6 @@ class IntegrateHierarchyToFtrack(pyblish.api.ContextPlugin):
type=entity_type,
parent=parent
)
if entity.entity_type.lower() not in ["task", "project"]:
filter = {
"type": "asset",
"name": entity_name
}
update_data = {
"data.ftrackId": entity["id"],
"data.entityType": entity.entity_type
}
io.update_one(filter, update_data)
# self.log.info('entity: {}'.format(dict(entity)))
# CUSTOM ATTRIBUTES
custom_attributes = entity_data.get('custom_attributes', [])