Remove debug code
This commit is contained in:
parent
220fbf7b75
commit
ba186fd1b2
|
@ -73,15 +73,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||||
|
|
||||||
Task(priority: .userInitiated) {
|
Task(priority: .userInitiated) {
|
||||||
await self.fervorController.syncAll()
|
await self.fervorController.syncAll()
|
||||||
await self.fetchFeeds()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@MainActor
|
|
||||||
private func fetchFeeds() async {
|
|
||||||
let feeds = try! self.fervorController.persistentContainer.viewContext.fetch(Feed.fetchRequest())
|
|
||||||
print(feeds)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue