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

Remove useless test data

parent 4c1dbc96
No related merge requests found
......@@ -24,7 +24,6 @@ export class ListStatisticComponent implements OnInit {
@Input() contentGroup: ContentGroup;
contents: Content[] = [];
percents: number[] = [];
displayedColumns = ['content', 'percentage'];
dataSource: ContentPercents[];
total = 0;
......@@ -37,7 +36,6 @@ export class ListStatisticComponent implements OnInit {
}
ngOnInit() {
this.percents = [73, 87, 69, 92, 77];
this.contentService.getContentChoiceByIds(this.contentGroup.contentIds).subscribe(contents => {
this.getContents(contents);
});
......
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