Remove commented-out code

This commit is contained in:
Angelo Stavrow 2022-05-28 07:22:27 -04:00
parent 230f7a1076
commit 2eba4c5c04
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -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<WFACollection>
@State var selectedCollection: WFACollection?