mirror of
https://github.com/yattee/yattee.git
synced 2025-12-14 12:08:15 +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.setCategory(.playback, mode: .moviePlayback, options: [])
|
||||||
try audioSession.setActive(true, options: [])
|
try audioSession.setActive(true, options: [])
|
||||||
logger.info("Audio session activated for Now Playing (forceReactivate: \(forceReactivate))")
|
|
||||||
} catch {
|
} catch {
|
||||||
logger.error("Failed to set up audio session: \(error)")
|
logger.error("Failed to set up audio session: \(error)")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,7 +151,6 @@ final class MPVOGLView: GLKView {
|
|||||||
|
|
||||||
// Check if we need partial updates
|
// Check if we need partial updates
|
||||||
if needsPartialUpdate() {
|
if needsPartialUpdate() {
|
||||||
logger.info("Performing partial update with scissor test.")
|
|
||||||
glEnable(GLenum(GL_SCISSOR_TEST))
|
glEnable(GLenum(GL_SCISSOR_TEST))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user