diff --git a/Configuration/Base.xcconfig b/Configuration/Base.xcconfig index 2f9205d2..eaf566d3 100644 --- a/Configuration/Base.xcconfig +++ b/Configuration/Base.xcconfig @@ -8,5 +8,5 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 1.5.1 +MARKETING_VERSION = 1.5.2 SWIFT_ACTIVE_COMPILATION_CONDITIONS = ENABLE_ALL_FEATURES diff --git a/Multiplatform/NowPlaying/ViewModel.swift b/Multiplatform/NowPlaying/ViewModel.swift index 99b08de7..3b7355fa 100644 --- a/Multiplatform/NowPlaying/ViewModel.swift +++ b/Multiplatform/NowPlaying/ViewModel.swift @@ -149,8 +149,6 @@ internal extension NowPlaying.ViewModel { let colors = dominantColors.map { $0.color } let highlights = AFVisuals.determineSaturated(AFVisuals.highPassFilter(colors, threshold: 0.5), threshold: 0.3) - print(highlights) - await MainActor.run { [colors, highlights] in self.highlights = highlights self.colors = colors.filter { !highlights.contains($0) }