Remove debugging msg for skillpoint calc
This commit is contained in:
parent
5daa7064cd
commit
d4706ebb74
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ function calculate_skillpoints(equipment, weapon) {
|
||||||
const end = performance.now();
|
const end = performance.now();
|
||||||
const output_msg = `skillpoint calculation took ${(end-start)/ 1000} seconds.`;
|
const output_msg = `skillpoint calculation took ${(end-start)/ 1000} seconds.`;
|
||||||
console.log(output_msg);
|
console.log(output_msg);
|
||||||
document.getElementById('stack-box').textContent += output_msg;
|
|
||||||
return [equip_order, best_skillpoints, final_skillpoints, best_total, best_activeSetCounts];
|
return [equip_order, best_skillpoints, final_skillpoints, best_total, best_activeSetCounts];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue