Skip to content

Commit a7a1907

Browse files
authored
Merge pull request #442 from jhipster/removecomments
Sonar: Remove this commented out code
2 parents 9b52cc7 + fe62221 commit a7a1907

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/main/webapp/app/entities/statistics/statistics.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export class StatisticsComponent implements AfterViewInit {
8989
switch (this.timeScale) {
9090
case 'yearly':
9191
this.displayCharts(Frequency.MONTHLY);
92-
// this.displayGenerationCount(Frequency.YEARLY, this.chartJDL);
9392
break;
9493
case 'monthly':
9594
this.displayCharts(Frequency.WEEKLY);

src/main/webapp/app/home/home.component.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@
8383
<span class="align-middle h5">JHipster Statistics</span>
8484
</a>
8585
</li>
86-
<!-- <li class="nav-item" routerLinkActive="active" [routerLinkActiveOptions]="{exact: true}" *ngSwitchCase="true">
87-
<a class="nav-link text-primary mt-3" routerLink="/your-generators">
88-
<span class="btn-rounded align-middle">
89-
<fa-icon icon="link" size="2x"></fa-icon>
90-
</span>
91-
<span class="align-middle h5">Your Generators</span>
92-
</a>
93-
</li>-->
9486
</ul>
9587
</nav>
9688
</div>

0 commit comments

Comments
 (0)