delete console.log...

This commit is contained in:
Vlyan
2020-12-18 16:53:07 +01:00
parent 341df867fc
commit 79a4f55bee

View File

@@ -44,7 +44,7 @@ export class CharacterSheetL5r5e extends BaseSheetL5r5e {
sheetData.items.sort((a, b) => {
return (a.data.bought_at_rank || 0) - (b.data.bought_at_rank || 0);
});
console.log(sheetData);
// Xp spent only in current rank
sheetData.data.xp_spent_rank = this.getXpSpentInThisRank();