Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
iOS client for Memri
Commits
8f090e86
Commit
8f090e86
authored
3 years ago
by
Chaitanya Pandit
Browse files
Options
Download
Email Patches
Plain Diff
Fix: Remove test code
parent
3f5685bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MemriApp/Controllers/Syncing/SyncController.swift
+1
-4
MemriApp/Controllers/Syncing/SyncController.swift
with
1 addition
and
4 deletions
+1
-4
MemriApp/Controllers/Syncing/SyncController.swift
+
1
-
4
View file @
8f090e86
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment