mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor debug log in color transcoding function
Removed unnecessary debug log statement from color transcoding function.
This commit is contained in:
parent
e0e541b24a
commit
46c6511c50
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
output_path = self._get_output_file_path(input_path,
|
||||
new_staging_dir,
|
||||
output_extension)
|
||||
self.log.debug("Ynput path: `{}`".format(input_path))
|
||||
|
||||
convert_colorspace(
|
||||
input_path,
|
||||
output_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue