Skip to content
Snippets Groups Projects
Commit a9344ba2 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove debug line

parent 9e6463e7
Branches
Tags
No related merge requests found
......@@ -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>();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment