mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2642 - revert of unwanted logs
This commit is contained in:
parent
5b85dff95a
commit
592cf54a97
1 changed files with 0 additions and 2 deletions
|
|
@ -411,7 +411,6 @@ class CollectTextures(pyblish.api.ContextPlugin):
|
|||
Raises:
|
||||
ValueError - if broken 'input_naming_groups'
|
||||
"""
|
||||
self.log.info("{} {} {}".format(name, input_naming_patterns, input_naming_groups))
|
||||
for input_pattern in input_naming_patterns:
|
||||
for cs in color_spaces:
|
||||
pattern = input_pattern.replace('{color_space}', cs)
|
||||
|
|
@ -426,7 +425,6 @@ class CollectTextures(pyblish.api.ContextPlugin):
|
|||
|
||||
try:
|
||||
parsed_value = regex_result[0][idx]
|
||||
self.log.info("par{}".format(parsed_value))
|
||||
return parsed_value
|
||||
except IndexError:
|
||||
self.log.warning("Wrong index, probably "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue