Skip to content

Commit d272d2e

Browse files
committed
fix: removed print call
Signed-off-by: Paul Horton <[email protected]>
1 parent b9e9e17 commit d272d2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cyclonedx/parser/poetry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class PoetryParser(BaseParser):
2727

2828
def __init__(self, poetry_lock_contents: str):
2929
super().__init__()
30-
print("Starting Poetry Parser {}".format(len(self.get_components())))
3130
poetry_lock = toml.loads(poetry_lock_contents)
3231

3332
for package in poetry_lock['package']:

0 commit comments

Comments
 (0)