We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c6d91 commit 3bbfbccCopy full SHA for 3bbfbcc
FirebaseSessions/Sources/Settings/SettingsCacheClient.swift
@@ -129,7 +129,7 @@ final class SettingsCache: SettingsCacheClient {
129
guard let duration = cacheContent[Self.flagCacheDuration] as? Double else {
130
return Self.cacheDurationSecondsDefault
131
}
132
- print("Duration: \(duration)")
+ Logger.logDebug("[Settings] Cache duration: \(duration)")
133
return duration
134
135
0 commit comments