clean debug and console log
This commit is contained in:
parent
538c58c1e4
commit
16b6dbe977
@ -14,8 +14,6 @@ export class AbilityCardComponent implements OnInit {
|
||||
constructor() {}
|
||||
|
||||
ngOnInit() {
|
||||
debugger
|
||||
console.log(this.ability.skills);
|
||||
if (this.ability.skills != null) {
|
||||
this.ability.skills.sort((a, b) => (a.name > b.name ? 1 : -1));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user