diff --git a/src/app/components/shared/statistics/statistics.component.ts b/src/app/components/shared/statistics/statistics.component.ts
index 757ebe017fc3b9d3e4d1cdcb1820031250908463..09f682bb73e5b0e77fc870f4e6fcec02afd9a910 100644
--- a/src/app/components/shared/statistics/statistics.component.ts
+++ b/src/app/components/shared/statistics/statistics.component.ts
@@ -6,8 +6,6 @@ import { Room } from '../../../models/room';
 import { TranslateService } from '@ngx-translate/core';
 import { LanguageService } from '../../../services/util/language.service';
 
-/* TODO: Use TranslateService */
-
 @Component({
   selector: 'app-statistics',
   templateUrl: './statistics.component.html',