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:
@@ -1220,7 +1220,6 @@ final class PlayerModel: ObservableObject {
|
||||
|
||||
try audioSession.setCategory(.playback, mode: .moviePlayback, options: [])
|
||||
try audioSession.setActive(true, options: [])
|
||||
logger.info("Audio session activated for Now Playing (forceReactivate: \(forceReactivate))")
|
||||
} catch {
|
||||
logger.error("Failed to set up audio session: \(error)")
|
||||
}
|
||||
|
||||
@@ -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