Skip to content

Commit

Permalink
remove accidentally included debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Fridolin Pokorny <[email protected]>
  • Loading branch information
fridex authored and frenzymadness committed Jul 5, 2024
1 parent 785e9d7 commit 2a23403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ def _poetry2pipfile_lock(

groups = pyproject_poetry_section.get("group", {})
for group, content in groups.items():
print(group)
if "dependencies" in content:
normalized_pyproject_poetry_dev_dependencies.extend(
[normalize_package_name(name) for name in content["dependencies"]]
Expand Down

0 comments on commit 2a23403

Please sign in to comment.