Remove debug
This commit is contained in:
@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user