mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed debug prints
This commit is contained in:
parent
5f09521bd7
commit
ad3463447b
1 changed files with 0 additions and 5 deletions
|
|
@ -869,12 +869,7 @@ class ExpectedFilesRedshift(AExpectedFiles):
|
|||
# Redshift doesn't merge Cryptomatte AOV to final exr. We need to check
|
||||
# for such condition and add it to list of expected files.
|
||||
|
||||
print("*" * 80)
|
||||
print(layer_data.get("enabledAOVs"))
|
||||
for aov in layer_data.get("enabledAOVs"):
|
||||
print("-" * 80)
|
||||
print(aov)
|
||||
print("-" * 80)
|
||||
if aov[0].lower() == "cryptomatte":
|
||||
aov_name = aov[0]
|
||||
expected_files.append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue