Remove unused print
This commit is contained in:
parent
b13cf0499d
commit
d139262bf5
1 changed files with 0 additions and 1 deletions
|
@ -799,7 +799,6 @@ function render_AT(UI_elem, list_elem, tree) {
|
|||
|
||||
node_elem.addEventListener('click', function(e) {
|
||||
if (e.target !== this && e.target!== this.children[0]) {return;}
|
||||
console.log("???");
|
||||
atree_set_state(node_wrap, !node_wrap.active);
|
||||
atree_state_node.mark_dirty().update();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue