diff --git a/src/main/webapp/app/entities/statistics/statistics.component.ts b/src/main/webapp/app/entities/statistics/statistics.component.ts index f8a4fd6e..370f5ef2 100644 --- a/src/main/webapp/app/entities/statistics/statistics.component.ts +++ b/src/main/webapp/app/entities/statistics/statistics.component.ts @@ -89,7 +89,6 @@ export class StatisticsComponent implements AfterViewInit { switch (this.timeScale) { case 'yearly': this.displayCharts(Frequency.MONTHLY); - // this.displayGenerationCount(Frequency.YEARLY, this.chartJDL); break; case 'monthly': this.displayCharts(Frequency.WEEKLY); diff --git a/src/main/webapp/app/home/home.component.html b/src/main/webapp/app/home/home.component.html index d098c058..2ea2154b 100644 --- a/src/main/webapp/app/home/home.component.html +++ b/src/main/webapp/app/home/home.component.html @@ -83,14 +83,6 @@ JHipster Statistics -