support/scripts/pkg-stats: remove debug cruft

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2020-06-18 23:30:52 +02:00
parent 0e7ba0f3ec
commit 45b174c8ad

View File

@ -383,8 +383,6 @@ class CVE:
if not hasattr(cve_affected_version, "version"): if not hasattr(cve_affected_version, "version"):
print("Cannot parse CVE affected version '%s'" % v["version_value"]) print("Cannot parse CVE affected version '%s'" % v["version_value"])
continue continue
print(pkg_version)
print(cve_affected_version)
return pkg_version <= cve_affected_version return pkg_version <= cve_affected_version
else: else:
print("version_affected: %s" % v['version_affected']) print("version_affected: %s" % v['version_affected'])