Skip to content
Snippets Groups Projects
Commit d0e2da45 authored by uhensler's avatar uhensler
Browse files

OO-4134: Do not show count in heatmap average

parent fd25903c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ public class HeatMapRenderer implements FlexiCellRenderer {
target.append("</div>");
target.append("<div class='o_avg'>");
target.append(EvaluationFormFormatter.formatDouble(statistic.getAvg()));
target.append(" " + statistic.getAvg());
target.append("</div>");
target.append("</div>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment