Change to debug log, because it's not very nice artist-facing information

This commit is contained in:
Roy Nieterau 2025-02-17 16:22:36 +01:00
parent a83f1ca5ad
commit 279df284ff

View file

@ -286,7 +286,7 @@ class ExtractOTIOReview(
)
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):
"""