Skip to content

Commit e304cc2

Browse files
Remove erroneous log output (#952) (#958)
1 parent adfa684 commit e304cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def main(argv=None):
317317
error_mode=error_mode,
318318
)
319319
version_scanner.remove_skiplist(skips)
320-
LOGGER.info(version_scanner.print_checkers())
320+
version_scanner.print_checkers()
321321
for scan_info in version_scanner.recursive_scan(args["directory"]):
322322
if scan_info:
323323
product_info, path = scan_info

0 commit comments

Comments
 (0)