mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
ee4dc0aaae
commit
e773ea7e2b
1 changed files with 0 additions and 6 deletions
|
|
@ -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? {
|
||||
|
|
|
|||
Loading…
Reference in a new issue