浏览代码

Remove debugging statements

macos-app-preflight-checks
Angelo Stavrow 1 个月前
父节点
当前提交
c410df2545
找不到此签名对应的密钥 GPG 密钥 ID: 1A49C7064E060EEE
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      Shared/PostList/PostListView.swift

+ 0
- 2
Shared/PostList/PostListView.swift 查看文件

@@ -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 {


正在加载...
取消
保存