diff --git a/Sources/CachedAsyncImage/CachedAsyncImage.swift b/Sources/CachedAsyncImage/CachedAsyncImage.swift index 2c47b1d..5bfbff3 100644 --- a/Sources/CachedAsyncImage/CachedAsyncImage.swift +++ b/Sources/CachedAsyncImage/CachedAsyncImage.swift @@ -327,7 +327,6 @@ public struct CachedAsyncImage: View where Content: View { } } else { withAnimation(transaction.animation) { - print("EMPTY") phase = .empty } }