Skip to content

Commit 2f4415d

Browse files
committed
Remove print statements
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 1c7077f commit 2f4415d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vulnerabilities/pipelines/v2_improvers/compute_advisory_todo.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ def check_missing_affected_and_fixed_by_packages(
174174
if not impacted:
175175
continue
176176

177-
assert isinstance(impacted, ImpactedPackage)
178-
print(f"Checking impacted package: {impacted.base_purl}")
179-
print(f"Affected version range: {impacted.affecting_vers}")
180-
print(f"Fixed version range: {impacted.fixed_vers}")
181-
182177
if has_affected_package and has_fixed_package:
183178
break
184179
if not has_affected_package and impacted.affecting_vers:

0 commit comments

Comments
 (0)