From 2dd9b7f77a8a16981337a2c2f2c84dd5d7e701be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Tue, 4 Dec 2018 21:44:31 +0100 Subject: [PATCH] Remove todo-comment --- src/app/components/shared/statistics/statistics.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/shared/statistics/statistics.component.ts b/src/app/components/shared/statistics/statistics.component.ts index 757ebe017..09f682bb7 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', -- GitLab