mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
support/scripts/pkg-stats: remove debug cruft
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0e7ba0f3ec
commit
45b174c8ad
1 changed files with 0 additions and 2 deletions
|
|
@ -383,8 +383,6 @@ class CVE:
|
|||
if not hasattr(cve_affected_version, "version"):
|
||||
print("Cannot parse CVE affected version '%s'" % v["version_value"])
|
||||
continue
|
||||
print(pkg_version)
|
||||
print(cve_affected_version)
|
||||
return pkg_version <= cve_affected_version
|
||||
else:
|
||||
print("version_affected: %s" % v['version_affected'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue