Skip to content

Commit ddf3dde

Browse files
committed
command: remove print statement
1 parent 8ede441 commit ddf3dde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/poetry_plugin_export/command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def handle(self) -> None:
7373
)
7474

7575
exporter = Exporter(self.poetry)
76-
print(exporter, "<<<<<<<")
7776
exporter.only_groups(list(self.activated_groups))
7877
exporter.with_extras(self.option("extras"))
7978
exporter.with_hashes(not self.option("without-hashes"))

0 commit comments

Comments
 (0)