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
d6acb69a1c
commit
6a5bf6ffe7
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ extension DataService {
|
|||
send(mutation, to: path, headers: headers) { result in
|
||||
let data = try? result.get()
|
||||
let syncStatus: ServerSyncStatus = data == nil ? .needsUpdate : .isNSync
|
||||
print("DATA: ", data)
|
||||
|
||||
context.perform {
|
||||
guard let linkedItem = LinkedItem.lookup(byID: itemID, inContext: context) else { return }
|
||||
|
|
|
|||
Loading…
Reference in a new issue