mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Change to debug log, because it's not very nice artist-facing information
This commit is contained in:
parent
a83f1ca5ad
commit
279df284ff
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ class ExtractOTIOReview(
|
||||||
)
|
)
|
||||||
|
|
||||||
instance.data["representations"].append(representation)
|
instance.data["representations"].append(representation)
|
||||||
self.log.info("Adding representation: {}".format(representation))
|
self.log.debug("Adding representation: {}".format(representation))
|
||||||
|
|
||||||
def _create_representation(self, start, duration):
|
def _create_representation(self, start, duration):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue