diff --git a/src/app/components/shared/statistic/statistic.component.ts b/src/app/components/shared/statistic/statistic.component.ts
index cb987060a6d79817078780a472b2eeaf77bd2623..33528463c2867692a57b85bd3713121efef894f9 100644
--- a/src/app/components/shared/statistic/statistic.component.ts
+++ b/src/app/components/shared/statistic/statistic.component.ts
@@ -38,7 +38,6 @@ export class StatisticComponent implements OnInit {
 
   ngOnInit() {
     this.maxLength = innerWidth / 12;
-    console.log(this.maxLength);
     this.answers = new Array<string>();
     this.labels = new Array<string>();
     this.answerList = new Array<AnswerList>();