Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomzoy committed Dec 2, 2022
1 parent b1897b2 commit eff78df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liccheck/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eff78df

Please sign in to comment.