Skip to content

Commit 808d50f

Browse files
committed
fix: remove print statement
1 parent 2329a57 commit 808d50f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

liccheck/command_line.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ def process(
311311
no_deps=False,
312312
as_regex=False,
313313
):
314-
print(strategy.AUTHORIZED_REGEX)
315314
print("gathering licenses...")
316315
pkg_info = get_packages_info(requirement_file, no_deps)
317316
all = list(pkg_info)

0 commit comments

Comments
 (0)