Skip to content

Commit

Permalink
Update Log Statements
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 21, 2025
1 parent eb17d50 commit 7438c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PAWS/PAWSDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7438c43

Please sign in to comment.