Remove debugging statements

This commit is contained in:
Angelo Stavrow 2024-04-14 14:43:47 -04:00
parent 7187d545a8
commit e1cb3993e8
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -130,11 +130,9 @@ struct PostListView: View {
.ignoresSafeArea(.all, edges: .bottom)
.onAppear {
// Set the selected collection and whether or not we want to show all posts
print("Setting selected collection")
model.selectedCollection = selectedCollection
model.showAllPosts = showAllPosts
print("Invalidating/refreshing PostListView")
// We use this to invalidate and refresh the view, so that new posts created outside of the app (e.g.,
// in the action extension) show up.
withAnimation {