Skip to content

Commit

Permalink
Update CachedAsyncImage.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofiamingo authored Mar 3, 2022
1 parent dabd3ba commit 7f21a49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CachedAsyncImage/CachedAsyncImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ public struct CachedAsyncImage<Content>: View where Content: View {
}
} else {
withAnimation(transaction.animation) {
print("EMPTY")
phase = .empty
}
}
Expand Down

0 comments on commit 7f21a49

Please sign in to comment.