From ad3463447b5bc733340d982da83e7904a13bf2b6 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Sun, 31 May 2020 18:00:45 +0200 Subject: [PATCH] removed debug prints --- pype/plugins/maya/publish/collect_render.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pype/plugins/maya/publish/collect_render.py b/pype/plugins/maya/publish/collect_render.py index e517165dbb..b7099b168c 100644 --- a/pype/plugins/maya/publish/collect_render.py +++ b/pype/plugins/maya/publish/collect_render.py @@ -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(