Skip to content

Commit

Permalink
Remove debug println from ExtendedJsonReportRenderer
Browse files Browse the repository at this point in the history
There is a debug session leftover `println` in ExtendedJsonReportRenderer.
The author says that this println statement was not intended to be used in production, it just slipped through review.
The logging always renders the full text of all licenses every time 
`generateLicenseReport` task runs, which makes it very noisy.
  • Loading branch information
AlexeyTsvetkov authored Aug 15, 2024
1 parent a420142 commit bd7271e
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 bd7271e

Please sign in to comment.