Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey778zhan committed Aug 4, 2021
1 parent 3c6956a commit 6075e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cyclonedx/report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def self.validate_cyclonedx(cyclonedx_string)
def converter(scan_report)
adapter = "Cyclonedx::#{scan_report.scanner_name}"
begin
print(Object.const_get(adapter).to_s)
converter = Object.const_get(adapter).new(scan_report)
converter.config = @config
rescue NameError
Expand Down

0 comments on commit 6075e33

Please sign in to comment.