remove console.log

This commit is contained in:
NilsUeter
2023-05-26 19:10:38 +02:00
parent 85622ff429
commit 4165597a02
-1
View File
@@ -295,7 +295,6 @@ export class Unit extends BaseNotes {
normalize() {
// Sort force units by role and name
this.models.sort(CompareModel);
console.log(this.modelStats);
this.modelStats = this.modelStats.sort((a, b) => {
var wounds_order =
(isNaN(parseInt(a.wounds)) ? -1 : parseInt(a.wounds)) -