There was an error while loading. Please reload this page.
1 parent 95570e5 commit 9c34e6cCopy full SHA for 9c34e6c
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