remove console.log
This commit is contained in:
@@ -295,7 +295,6 @@ export class Unit extends BaseNotes {
|
|||||||
normalize() {
|
normalize() {
|
||||||
// Sort force units by role and name
|
// Sort force units by role and name
|
||||||
this.models.sort(CompareModel);
|
this.models.sort(CompareModel);
|
||||||
console.log(this.modelStats);
|
|
||||||
this.modelStats = this.modelStats.sort((a, b) => {
|
this.modelStats = this.modelStats.sort((a, b) => {
|
||||||
var wounds_order =
|
var wounds_order =
|
||||||
(isNaN(parseInt(a.wounds)) ? -1 : parseInt(a.wounds)) -
|
(isNaN(parseInt(a.wounds)) ? -1 : parseInt(a.wounds)) -
|
||||||
|
|||||||
Reference in New Issue
Block a user