From 48a6ea492d9441c0f3e84544ab15602a89c8c734 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sat, 19 Mar 2022 20:46:46 -0400 Subject: [PATCH] Update DataStore.swift --- Clocker/Overall App/DataStore.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Clocker/Overall App/DataStore.swift b/Clocker/Overall App/DataStore.swift index 4a180ea..7faa663 100644 --- a/Clocker/Overall App/DataStore.swift +++ b/Clocker/Overall App/DataStore.swift @@ -48,7 +48,6 @@ class DataStore: NSObject { func timezones() -> [Data] { if let cloudPreferences = ubiquitousStore.object(forKey: CLDefaultPreferenceKey) as? [Data] { - Logger.info("Returning preferences from NSUbiquitousKeyValueStore") return cloudPreferences }