mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
remove default intent effect on review integration
This commit is contained in:
parent
15aa5709ae
commit
e6286166fb
1 changed files with 0 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue