mirror of
https://github.com/yattee/yattee.git
synced 2025-11-20 08:52:20 +00:00
Remove verbose logging statements
Removed logging for audio session activation and partial update operations to reduce log noise.
This commit is contained in:
@@ -151,7 +151,6 @@ final class MPVOGLView: GLKView {
|
||||
|
||||
// Check if we need partial updates
|
||||
if needsPartialUpdate() {
|
||||
logger.info("Performing partial update with scissor test.")
|
||||
glEnable(GLenum(GL_SCISSOR_TEST))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user