diff --git a/apple/OmnivoreKit/Sources/Services/DataService/DataService.swift b/apple/OmnivoreKit/Sources/Services/DataService/DataService.swift index 92eea91ad..a8d79be73 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/DataService.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/DataService.swift @@ -41,12 +41,6 @@ public final class DataService: ObservableObject { } } } - - NotificationCenter.default - .addObserver(self, - selector: #selector(locallyCreatedItemSynced), - name: NSNotification.LocallyCreatedItemSynced, - object: nil) } public var currentViewer: Viewer? {