mirror of
https://github.com/yattee/yattee.git
synced 2025-11-20 17:02:21 +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)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user