Skip to content

Commit ffe989c

Browse files
remve obsolete comment
1 parent 8dc2f4a commit ffe989c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dojo/jira_link/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def is_keep_in_sync_with_jira(finding):
145145
keep_in_sync_enabled = False
146146
# Check if there is a jira issue that needs to be updated
147147
jira_issue_exists = finding.has_jira_issue or (finding.finding_group and finding.finding_group.has_jira_issue)
148-
# Only push if the finding is not in a group
149148
if jira_issue_exists:
150149
# Determine if any automatic sync should occur
151150
keep_in_sync_enabled = get_jira_instance(finding).finding_jira_sync

0 commit comments

Comments
 (0)