Skip to content

Commit 463c27b

Browse files
committed
remove println
1 parent 75beb93 commit 463c27b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/groovy/org/scoverage/OverallCheckTask.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class OverallCheckTask extends DefaultTask {
7373
try {
7474
def xml = parser.parse(reportFile)
7575
Double overallRate = coverageType.normalize(xml.attribute(coverageType.paramName).toDouble())
76-
println("$minimumRate - $overallRate")
7776
def difference = (minimumRate - overallRate)
7877

7978
if (difference > 1e-7) {

0 commit comments

Comments
 (0)