removed comments

This commit is contained in:
iLLiCiTiT 2020-02-04 11:00:48 +01:00
parent 1a04dca10a
commit a14b05ccd1

View file

@ -108,14 +108,6 @@ class CollectInstanceAnatomyData(pyblish.api.InstancePlugin):
instance.data["anatomyData"] = anatomy_data
instance.data["latestVersion"] = latest_version
# TODO check if template is used anywhere
# instance.data["template"] = template
# TODO we should move this to any Validator
# # We take the parent folder of representation 'filepath'
# instance.data["assumedDestination"] = os.path.dirname(
# (anatomy.format(template_data))["publish"]["path"]
# )
self.log.info("Instance anatomy Data collected")
self.log.debug(json.dumps(anatomy_data, indent=4))