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
592cf54a97
commit
9dd492ab23
1 changed files with 0 additions and 1 deletions
|
|
@ -414,7 +414,6 @@ class CollectTextures(pyblish.api.ContextPlugin):
|
|||
for input_pattern in input_naming_patterns:
|
||||
for cs in color_spaces:
|
||||
pattern = input_pattern.replace('{color_space}', cs)
|
||||
self.log.info("{} {}".format(pattern, name))
|
||||
regex_result = re.findall(pattern, name)
|
||||
if regex_result:
|
||||
idx = list(input_naming_groups).index(key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue