Skip to content

Commit

Permalink
remove unrelated code
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet committed Jan 17, 2025
1 parent 199ed55 commit e0133f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/ayon_core/pipeline/farm/pyblish_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,7 @@ def _collect_expected_files_for_aov(files):
ValueError: If there are multiple collections.
"""
print(f"files: {files}")
cols, rem = clique.assemble(files)
print(cols)
# we shouldn't have any reminders. And if we do, it should
# be just one item for single frame renders.
if not cols and rem:
Expand Down

0 comments on commit e0133f5

Please sign in to comment.