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 FeedCacheModel: CacheModel {
|
||||
}
|
||||
|
||||
func retrieveFeed(account: Account) -> [Video] {
|
||||
logger.info("retrieving cache for \(account.feedCacheKey)")
|
||||
logger.debug("retrieving cache for \(account.feedCacheKey)")
|
||||
|
||||
if let json = try? storage?.object(forKey: account.feedCacheKey),
|
||||
let videos = json.dictionaryValue["videos"]
|
||||
|
Reference in New Issue
Block a user