Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Jan 14, 2025
1 parent 9e98533 commit 55c8b91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Paywalls/Components/PaywallV2CacheWarming.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ extension PaywallComponentsData.PaywallComponentsConfig {
()
case .image(let image):
urls += [
// image.source.light.heic,
image.source.light.heicLowRes,
// image.source.dark?.heic,
image.source.dark?.heicLowRes
].compactMap { $0 }

Expand Down Expand Up @@ -102,9 +100,7 @@ extension PaywallComponent.ThemeImageUrls {

var imageUrls: [URL] {
return [
// self.light.heic,
self.light.heicLowRes,
// self.dark?.heic,
self.dark?.heicLowRes
].compactMap { $0 }
}
Expand Down

0 comments on commit 55c8b91

Please sign in to comment.