mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🐶 remove debug prints
This commit is contained in:
parent
319109be59
commit
6b4d0487ac
1 changed files with 0 additions and 4 deletions
|
|
@ -358,10 +358,6 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
if cmds.attributeQuery(attr, node=look, exists=True):
|
||||
existing_attrs.append("{}.{}".format(look, attr))
|
||||
|
||||
print("-"*100)
|
||||
print("existing_attrs: {}".format(existing_attrs))
|
||||
print("-"*100)
|
||||
|
||||
materials = cmds.listConnections(existing_attrs,
|
||||
source=True,
|
||||
destination=False) or []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue