Remove print statement "boop"
boop
This commit is contained in:
parent
ce57040d6f
commit
045940ec87
1 changed files with 0 additions and 1 deletions
|
@ -701,7 +701,6 @@ const atree_render_active = new (class extends ComputeNode {
|
|||
}
|
||||
|
||||
compute_func(input_map) {
|
||||
console.log("boop");
|
||||
const merged_abils = input_map.get('atree-merged');
|
||||
const atree_order = input_map.get('atree-order');
|
||||
|
||||
|
|
Loading…
Reference in a new issue