Removed confusing message

This commit is contained in:
Petr Kalis 2025-10-10 16:36:44 +02:00
parent 3a0ba21117
commit 98d8417c73

View file

@ -199,7 +199,6 @@ def fill_sequence_gaps_with_previous(
log.warning(
"Missing frame should be replaced from "
f"'{previous_version_path}' but that doesn't exist. "
"Falling back to filling from currently last rendered."
)
return (None, None)