remove print statement
This commit is contained in:
parent
4aee8f2d31
commit
868e56b0ea
1 changed files with 0 additions and 1 deletions
|
@ -1187,7 +1187,6 @@ function generateTooltip(UI_elem, node_elem, ability, atree_map) {
|
|||
}
|
||||
|
||||
// dependencies
|
||||
console.log(satisfiedDependencies)
|
||||
for (let i = 0; i < ability.dependencies.length; i++) {
|
||||
let dependency = make_elem("p", ["scaled-font-sm", "my-0", "mx-1"], {});
|
||||
if (satisfiedDependencies.includes(ability.dependencies[i])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue