mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove unnecessary debug check
This commit is contained in:
parent
5a228d4d51
commit
eb63b4bae1
1 changed files with 0 additions and 2 deletions
|
|
@ -172,7 +172,6 @@ class MaxCreator(Creator, MaxCreatorBase):
|
||||||
# Setting the property
|
# Setting the property
|
||||||
rt.setProperty(
|
rt.setProperty(
|
||||||
instance_node.openPypeData, "all_handles", node_list)
|
instance_node.openPypeData, "all_handles", node_list)
|
||||||
self.log.debug(f"{instance}")
|
|
||||||
self._add_instance_to_context(instance)
|
self._add_instance_to_context(instance)
|
||||||
imprint(instance_node.name, instance.data_to_store())
|
imprint(instance_node.name, instance.data_to_store())
|
||||||
|
|
||||||
|
|
@ -184,7 +183,6 @@ class MaxCreator(Creator, MaxCreatorBase):
|
||||||
created_instance = CreatedInstance.from_existing(
|
created_instance = CreatedInstance.from_existing(
|
||||||
read(rt.GetNodeByName(instance)), self
|
read(rt.GetNodeByName(instance)), self
|
||||||
)
|
)
|
||||||
self.log.debug(f"{created_instance}")
|
|
||||||
self._add_instance_to_context(created_instance)
|
self._add_instance_to_context(created_instance)
|
||||||
|
|
||||||
def update_instances(self, update_list):
|
def update_instances(self, update_list):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue