Remove old comment
This commit is contained in:
parent
4321814d36
commit
0664f90178
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ export const releaseNodeToPool = (node) => {
|
||||||
// Worklet already terminated, don't pool it
|
// Worklet already terminated, don't pool it
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Fallback to a type-based key if the node was not created via getNodeFromPool
|
|
||||||
const key = node[POOL_KEY];
|
const key = node[POOL_KEY];
|
||||||
if (key == null) return;
|
if (key == null) return;
|
||||||
const now = node.context?.currentTime ?? 0;
|
const now = node.context?.currentTime ?? 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue