comment out phantom buffer cleanup log

This commit is contained in:
James Seibel
2025-11-18 07:32:58 -06:00
parent 611ed4e24a
commit 72d2ba6aae
@@ -379,7 +379,7 @@ public class GLBuffer implements AutoCloseable
{
int id = PHANTOM_TO_BUFFER_ID.get(phantomRef);
destroyBufferIdAsync(id);
LOGGER.warn("Buffer Phantom collected, ID: ["+id+"]");
//LOGGER.warn("Buffer Phantom collected, ID: ["+id+"]");
}
phantomRef = PHANTOM_REFERENCE_QUEUE.poll();