mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 22:56:15 +00:00
stop anooying print
This commit is contained in:
@@ -187,8 +187,8 @@ class EventViewModel: ObservableObject {
|
||||
icloud.set(value, forKey: key)
|
||||
icloud.synchronize()
|
||||
|
||||
if let retrievedVal = icloud.string(forKey: key) {
|
||||
print("has UbiquitousKeyValueStore: retrieved \(retrievedVal)")
|
||||
if icloud.string(forKey: key) != nil {
|
||||
// print("has UbiquitousKeyValueStore")
|
||||
icloud.removeObject(forKey: key)
|
||||
icloud.synchronize()
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user