From eff78df64c81ea13a3a0da978a845d796478b4cd Mon Sep 17 00:00:00 2001 From: Thomas PETIT-JEAN Date: Fri, 2 Dec 2022 16:16:03 +0100 Subject: [PATCH] fix: remove print statement --- liccheck/command_line.py | 1 - 1 file changed, 1 deletion(-) diff --git a/liccheck/command_line.py b/liccheck/command_line.py index a5c10bf..d73171c 100644 --- a/liccheck/command_line.py +++ b/liccheck/command_line.py @@ -311,7 +311,6 @@ def process( no_deps=False, as_regex=False, ): - print(strategy.AUTHORIZED_REGEX) print("gathering licenses...") pkg_info = get_packages_info(requirement_file, no_deps) all = list(pkg_info)