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

Remove debug line

parent 9fd7b860
Branches
Tags
No related merge requests found
......@@ -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 {
......
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