From a9344ba2f9ea57be8eb1163bf434a0f941bdf53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Tue, 15 Jan 2019 15:30:22 +0100 Subject: [PATCH] Remove debug line --- src/app/components/shared/statistic/statistic.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/shared/statistic/statistic.component.ts b/src/app/components/shared/statistic/statistic.component.ts index cb987060a..33528463c 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>(); -- GitLab