mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
Remove old comment
This commit is contained in:
@@ -42,7 +42,6 @@ export const releaseNodeToPool = (node) => {
|
||||
// Worklet already terminated, don't pool it
|
||||
return;
|
||||
}
|
||||
// Fallback to a type-based key if the node was not created via getNodeFromPool
|
||||
const key = node[POOL_KEY];
|
||||
if (key == null) return;
|
||||
const now = node.context?.currentTime ?? 0;
|
||||
|
||||
Reference in New Issue
Block a user