mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
remove debug prints
This commit is contained in:
parent
1aecfef38a
commit
3697fba453
1 changed files with 0 additions and 4 deletions
|
|
@ -172,10 +172,6 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
|
|||
for node in nodes:
|
||||
id_attr = "{}.id".format(node)
|
||||
if not cmds.attributeQuery("id", node=node, exists=True):
|
||||
print("-" * 80)
|
||||
print("skipping {}".format(node))
|
||||
continue
|
||||
if cmds.getAttr(id_attr) == AVALON_CONTAINER_ID:
|
||||
print("=" * 80)
|
||||
print("moving {}".format(node))
|
||||
cmds.sets(node, forceElement=AVALON_CONTAINERS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue