remove default intent effect on review integration

This commit is contained in:
Félix David 2022-05-16 11:33:35 +02:00
parent 15aa5709ae
commit e6286166fb

View file

@ -11,11 +11,6 @@ class IntegrateKitsuNote(pyblish.api.ContextPlugin):
# families = ["kitsu"]
def process(self, context):
# Check if work version for user
is_work_version = bool(context.data.get("intent", {}).get("value"))
if is_work_version:
self.log.info("Work version, nothing pushed to Kitsu.")
return
# Get comment text body
publish_comment = context.data.get("comment")