support/scripts/pkg-stats: remove debug cruft
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 18 Jun 2020 21:30:52 +0000 (23:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 18 Jun 2020 21:30:52 +0000 (23:30 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/pkg-stats

index 4d76ca32f9a0b59c22e3f726c6e3b84f5657011b..c1f41fc9e85bbfc6d1e4942df4caf85b9a1858f4 100755 (executable)
@@ -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'])