diff --git a/js/atree.js b/js/atree.js index 1e9bd6b..2b38f27 100644 --- a/js/atree.js +++ b/js/atree.js @@ -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])) {