Removed stray console log

This commit is contained in:
Stefan Zermatten
2021-04-22 15:54:41 +02:00
parent 8a83e7d8a1
commit 9f3c8bef34

View File

@@ -170,8 +170,6 @@ function combineSkill(stat, aggregator, memo){
stat.baseValue === undefined &&
stat.proficiency == 0 ||
undefined;
console.log(stat);
}
function combineDamageMultiplier(stat){