Address PR comment (remove print)

This commit is contained in:
hppeng 2022-07-08 20:51:01 -07:00
parent e15d947901
commit bb2ea64580

View file

@ -319,8 +319,6 @@ const atree_validate = new (class extends ComputeNode {
if (atree_order.length == 0) { return [0, false, ['no atree data']]; } if (atree_order.length == 0) { return [0, false, ['no atree data']]; }
console.log(atree_state);
let atree_to_add = []; let atree_to_add = [];
for (const node of atree_order) { for (const node of atree_order) {
const abil = node.ability; const abil = node.ability;