From 4a1a695cfb9ae0a64a4e60b413162cc635ba4b13 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 13:04:56 +0100
Subject: [PATCH] Remove debug line

---
 .../components/shared/list-statistic/list-statistic.component.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/components/shared/list-statistic/list-statistic.component.ts b/src/app/components/shared/list-statistic/list-statistic.component.ts
index c69ec117b..c081a373f 100644
--- a/src/app/components/shared/list-statistic/list-statistic.component.ts
+++ b/src/app/components/shared/list-statistic/list-statistic.component.ts
@@ -61,7 +61,6 @@ export class ListStatisticComponent implements OnInit {
           }
           this.dataSource[i].percent = percent;
           if (percent >= 0) {
-            console.log(percent);
             this.totalP += percent;
             this.total = this.totalP / this.contentCounter;
           } else {
-- 
GitLab