Browse Source

support/scripts/pkg-stats: remove debug cruft

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 5 years ago
parent
commit
45b174c8ad
1 changed files with 0 additions and 2 deletions
  1. 0 2
      support/scripts/pkg-stats

+ 0 - 2
support/scripts/pkg-stats

@@ -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'])