Skip to content

Commit 48b4286

Browse files
remove superfluous push_all_issues check
1 parent cdabdfb commit 48b4286

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dojo/api_v2/serializers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,9 +1797,6 @@ def update(self, instance, validated_data):
17971797
# TODO: JIRA can we remove this is_push_all_issues, already checked in
17981798
# apiv2 viewset?
17991799
push_to_jira = validated_data.pop("push_to_jira")
1800-
logger.debug(f"Push to jira popped: {push_to_jira}")
1801-
push_to_jira = push_to_jira or jira_helper.is_push_all_issues(instance)
1802-
logger.debug(f"Push to jira or push all: {push_to_jira}")
18031800

18041801
# Save vulnerability ids and pop them
18051802
if "vulnerability_id_set" in validated_data:

0 commit comments

Comments
 (0)