mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - clean up logging
This commit is contained in:
parent
5ebca946fe
commit
80ee8c523a
1 changed files with 0 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ class PSWorkfileCreator(AutoCreator):
|
|||
return []
|
||||
|
||||
def collect_instances(self):
|
||||
print("coll::{}".format(api.list_instances()))
|
||||
for instance_data in api.list_instances():
|
||||
creator_id = instance_data.get("creator_identifier")
|
||||
if creator_id == self.identifier:
|
||||
|
|
@ -30,7 +29,6 @@ class PSWorkfileCreator(AutoCreator):
|
|||
pass
|
||||
|
||||
def create(self, options=None):
|
||||
print("create")
|
||||
existing_instance = None
|
||||
for instance in self.create_context.instances:
|
||||
if instance.family == self.family:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue