Clean code.
This commit is contained in:
parent
8b6e6a1d54
commit
453d1c51bc
1 changed files with 0 additions and 8 deletions
|
@ -100,14 +100,6 @@ public class OrganizationStatsPage
|
|||
data.setContent("registrationClientTypeChart", ChartHtmlizer.htmlizeRegistrationClientPieChart(stats));
|
||||
}
|
||||
|
||||
//
|
||||
// Metric metric = organization.getMetric("metrics.http.hits");
|
||||
// if ((metric != null) && (!metric.isEmpty()))
|
||||
// {
|
||||
// data.setContent("fooChart", graphicIndex++,
|
||||
// BarMonthsChartView.build(metric));
|
||||
// }
|
||||
|
||||
//
|
||||
String content = PresenterUtils.dynamize("/fr/devinsy/statoolinfos/htmlize/organizationStats.xhtml", data).toString();
|
||||
|
||||
|
|
Loading…
Reference in a new issue