♻️ remove debug print

This commit is contained in:
Ondřej Samohel 2024-05-22 16:48:58 +02:00
parent eb83310bb5
commit 61147d2cd5
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -34,15 +34,6 @@ class CollectRedshiftROPRenderProducts(pyblish.api.InstancePlugin):
rop = hou.node(instance.data.get("instance_node"))
# to align with maya render layers
instance.data["renderlayer"] = rop.name()
"""
print("-" * 20)
print(f"project_name: {instance.context.data['projectName']}")
print(f"task_name: {instance.data['taskEntity']['name']}")
print(f"task_type: {instance.data['taskEntity']['type']}")
print(f"product_type: {instance.data['productType']}")
print(f"variant: {instance.data.get('variant')}")
print("-" * 20)
"""
# Collect chunkSize
chunk_size_parm = rop.parm("chunkSize")