remove irrelevant log

This commit is contained in:
Jakub Trllo 2025-10-08 11:38:37 +02:00
parent 6069471eff
commit 0232e4641a

View file

@ -229,12 +229,6 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
# oiiotool isn't available or representation is not having
# colorspace data
if not repre_thumb_created:
if oiio_supported:
self.log.debug(
"Converting with FFMPEG because input"
" can't be read by OIIO."
)
repre_thumb_created = self._create_thumbnail_ffmpeg(
full_input_path, full_output_path
)