diff --git a/Shared/Images/FeedIconDownloader.swift b/Shared/Images/FeedIconDownloader.swift index a760e506a..c4284289e 100644 --- a/Shared/Images/FeedIconDownloader.swift +++ b/Shared/Images/FeedIconDownloader.swift @@ -38,8 +38,7 @@ public final class FeedIconDownloader { init() { -// let folder = AppConfig.cacheSubfolder(named: "FeedIcons") - let folder = URL(fileURLWithPath: "/Users/brent/Desktop/") + let folder = AppConfig.cacheSubfolder(named: "FeedIcons") self.feedURLToIconURLCachePath = folder.appendingPathComponent("FeedURLToIconURLCache.plist") loadFeedURLToIconURLCache()