mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove unrelated code
This commit is contained in:
parent
199ed55357
commit
e0133f54b6
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue