stop anooying print

This commit is contained in:
neon443
2025-03-06 11:26:41 +00:00
parent f01bc6d28c
commit 0c5a6b1051
4 changed files with 658 additions and 2 deletions

View File

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