Address PR comment (remove print)
This commit is contained in:
parent
e15d947901
commit
bb2ea64580
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@ const atree_validate = new (class extends ComputeNode {
|
|||
|
||||
if (atree_order.length == 0) { return [0, false, ['no atree data']]; }
|
||||
|
||||
console.log(atree_state);
|
||||
|
||||
let atree_to_add = [];
|
||||
for (const node of atree_order) {
|
||||
const abil = node.ability;
|
||||
|
|
Loading…
Reference in a new issue