Skip to content

Commit

Permalink
Merge pull request #317 from AlexeyTsvetkov/patch-1
Browse files Browse the repository at this point in the history
Remove debug println from ExtendedJsonReportRenderer
  • Loading branch information
jk1 committed Aug 15, 2024
2 parents a420142 + bd7271e commit a61b694
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class ExtendedJsonReportRenderer implements ReportRenderer {
licenseFile.fileDetails.file.collect({ new File("$config.absoluteOutputDir/$it").text })
})

println(embeddedLicensesList)
trimAndRemoveNullEntries([moduleName : moduleName,
moduleUrl : moduleUrl,
moduleVersion : moduleVersion,
Expand Down

0 comments on commit a61b694

Please sign in to comment.