From 1e6c399c30da07a06eebf73e5a6f04cc6a8b7fbe Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Mon, 16 Jan 2023 13:09:16 +0100 Subject: [PATCH] removed line with f string --- openpype/plugins/publish/collect_from_create_context.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/plugins/publish/collect_from_create_context.py b/openpype/plugins/publish/collect_from_create_context.py index 9a740c10cd..d3398c885e 100644 --- a/openpype/plugins/publish/collect_from_create_context.py +++ b/openpype/plugins/publish/collect_from_create_context.py @@ -37,7 +37,6 @@ class CollectFromCreateContext(pyblish.api.ContextPlugin): context.data["projectName"] = project_name for created_instance in create_context.instances: - self.log.info(f"created_instance:: {created_instance}") instance_data = created_instance.data_to_store() if instance_data["active"]: thumbnail_path = thumbnail_paths_by_instance_id.get(