We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ede441 commit ddf3ddeCopy full SHA for ddf3dde
src/poetry_plugin_export/command.py
@@ -73,7 +73,6 @@ def handle(self) -> None:
73
)
74
75
exporter = Exporter(self.poetry)
76
- print(exporter, "<<<<<<<")
77
exporter.only_groups(list(self.activated_groups))
78
exporter.with_extras(self.option("extras"))
79
exporter.with_hashes(not self.option("without-hashes"))
0 commit comments