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 c69ec117b8232d931f6caec22c62a5f81f228a22..c081a373f9826414f44ca8fc6ed899cd3f635a89 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 {