mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Relax logging
This commit is contained in:
@@ -27,7 +27,7 @@ struct PlaylistsCacheModel: CacheModel {
|
||||
}
|
||||
|
||||
func retrievePlaylists(account: Account) -> [Playlist] {
|
||||
logger.info("retrieving cache for \(playlistCacheKey(account))")
|
||||
logger.debug("retrieving cache for \(playlistCacheKey(account))")
|
||||
|
||||
if let json = try? storage?.object(forKey: playlistCacheKey(account)),
|
||||
let playlists = json.dictionaryValue["playlists"]
|
||||
|
Reference in New Issue
Block a user