mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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.
|
ValueError: If there are multiple collections.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
print(f"files: {files}")
|
|
||||||
cols, rem = clique.assemble(files)
|
cols, rem = clique.assemble(files)
|
||||||
print(cols)
|
|
||||||
# we shouldn't have any reminders. And if we do, it should
|
# we shouldn't have any reminders. And if we do, it should
|
||||||
# be just one item for single frame renders.
|
# be just one item for single frame renders.
|
||||||
if not cols and rem:
|
if not cols and rem:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue