Skip to content

Commit

Permalink
Remove commented-out line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnusbaum authored and timja committed Aug 21, 2024
1 parent cdc1d71 commit f2321cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/hudson/tasks/junit/History.java
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ private ObjectNode computeDistributionJson(List<HistoryTestResultSummary> histor
minDuration = h.getDuration();
}
}
// double extraDuration = Math.max(0.001, (maxDuration - minDuration) * 0.05);
minDuration = Math.max(0.0, minDuration);
int buckets = 50;
double[] lrX = new double[buckets];
Expand Down

0 comments on commit f2321cf

Please sign in to comment.