Skip to content

Commit

Permalink
remove leftover print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Jun 19, 2023
1 parent c1871d3 commit 8ab7fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion license_tools/scancode_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def run_on_file(
:return: The requested results.
"""
retrieval_kwargs = RetrievalFlags.to_kwargs(flags=retrieval_flags)
print(retrieval_kwargs)

# This data is not yet part of the dataclasses above, as it is a custom analysis.
if retrieval_kwargs.pop('retrieve_ldd_data'):
Expand Down

0 comments on commit 8ab7fa4

Please sign in to comment.