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 1e37763 commit 342eb44Copy full SHA for 342eb44
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SharedSessionRepository.kt
@@ -124,9 +124,6 @@ constructor(
124
val isSessionExpired = isSessionExpired(currentSessionData)
125
val isColdStart = isColdStart(currentSessionData)
126
val isMyProcessStale = isMyProcessStale(currentSessionData)
127
- println(
128
- "isSessionExpired: $isSessionExpired isColdStart: $isColdStart isMyProcessStale: $isMyProcessStale"
129
- )
130
131
val newProcessDataMap =
132
if (isColdStart) {
0 commit comments