Remove old comment

This commit is contained in:
Aria
2025-12-04 13:07:13 -06:00
parent 4321814d36
commit 0664f90178
-1
View File
@@ -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;