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

Remove debug log and comment

parent 40b412e5
No related merge requests found
......@@ -32,9 +32,6 @@ export class ContentEditComponent implements OnInit {
this.content.options[index].points = 10;
} else {
this.content.options[index].points = -10;
// this.content.correctOptionIndexes[index] = -10;
}
console.log('updated:' + index + this.displayAnswers[index].correct + this.content.options[index].points);
}
}
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