Commit 8f090e86 authored by Chaitanya Pandit's avatar Chaitanya Pandit
Browse files

Fix: Remove test code

parent 3f5685bb
Showing with 1 addition and 4 deletions
+1 -4
......@@ -63,10 +63,7 @@ class SyncController {
self.state = .idle
}
func sync(completion: ((Error?) -> Void)? = nil) throws {
// todocp:
return
func sync(completion: ((Error?) -> Void)? = nil) throws {
guard (try? ItemRecord.getOwnerAndDBKey()) != nil else {
// Local mode or not setup
throw StringError(description: "Not Setup")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment