From 7438c438759fb4781c72b3027023ba8219a9fc6e Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Mon, 20 Jan 2025 23:01:57 -0800 Subject: [PATCH] Update Log Statements --- PAWS/PAWSDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PAWS/PAWSDelegate.swift b/PAWS/PAWSDelegate.swift index cb1a0f7..3d7110c 100644 --- a/PAWS/PAWSDelegate.swift +++ b/PAWS/PAWSDelegate.swift @@ -83,7 +83,7 @@ class PAWSDelegate: SpeziAppDelegate { private var healthKit: HealthKit { @AppStorage(StorageKeys.healthKitStartDate) var healthKitStartDate: Date = .now - print("healthKitStartDate: \(healthKitStartDate). Now: \(Date.now)") + // Collection starts at the time the user consents and lasts for 6 months. let sharedPredicate = HKQuery.predicateForSamples( withStart: healthKitStartDate,