Skip to content

Commit

Permalink
Sonar: Remove this commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Mar 9, 2024
1 parent 63e9efd commit 1b993a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
8 changes: 0 additions & 8 deletions src/main/webapp/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@
<span class="align-middle h5">JHipster Statistics</span>
</a>
</li>
<!-- <li class="nav-item" routerLinkActive="active" [routerLinkActiveOptions]="{exact: true}" *ngSwitchCase="true">
<a class="nav-link text-primary mt-3" routerLink="/your-generators">
<span class="btn-rounded align-middle">
<fa-icon icon="link" size="2x"></fa-icon>
</span>
<span class="align-middle h5">Your Generators</span>
</a>
</li>-->
</ul>
</nav>
</div>
Expand Down

0 comments on commit 1b993a9

Please sign in to comment.