Skip to content

Commit 22965a7

Browse files
committed
Removed print() statement accidentally left in.
1 parent 2f2634b commit 22965a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cyclonedx/parser/environment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def __init__(self):
4141
c = Component(name=i.project_name, version=i.version)
4242

4343
i_metadata = self._get_metadata_for_package(i.project_name)
44-
print(i_metadata.keys())
4544
if 'Author' in i_metadata.keys():
4645
c.set_author(author=i_metadata.get('Author'))
4746

0 commit comments

Comments
 (0)