Skip to content

Commit f2321cf

Browse files
dwnusbaumtimja
authored andcommitted
Remove commented-out line of code
1 parent cdc1d71 commit f2321cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/hudson/tasks/junit/History.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ private ObjectNode computeDistributionJson(List<HistoryTestResultSummary> histor
442442
minDuration = h.getDuration();
443443
}
444444
}
445-
// double extraDuration = Math.max(0.001, (maxDuration - minDuration) * 0.05);
446445
minDuration = Math.max(0.0, minDuration);
447446
int buckets = 50;
448447
double[] lrX = new double[buckets];

0 commit comments

Comments
 (0)