Remove debug

This commit is contained in:
Jackson Harper
2022-06-01 20:10:33 -07:00
parent ee4dc0aaae
commit e773ea7e2b

View File

@ -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? {