From 2eba4c5c0483b8779068c52e9e6536b121e59d58 Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Sat, 28 May 2022 07:22:27 -0400 Subject: [PATCH] Remove commented-out code --- Shared/PostCollection/CollectionListView.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Shared/PostCollection/CollectionListView.swift b/Shared/PostCollection/CollectionListView.swift index f1bcadf..589903b 100644 --- a/Shared/PostCollection/CollectionListView.swift +++ b/Shared/PostCollection/CollectionListView.swift @@ -3,9 +3,6 @@ import SwiftUI struct CollectionListView: View { @EnvironmentObject var model: WriteFreelyModel @EnvironmentObject var errorHandling: ErrorHandling -// @ObservedObject var collections = CollectionListModel( -// managedObjectContext: LocalStorageManager.standard.container.viewContext -// ) @FetchRequest(sortDescriptors: []) var collections: FetchedResults @State var selectedCollection: WFACollection?