Skip to content

Commit 0616ffe

Browse files
chore: This is handled in the REventLoggerModule(appBecameActiveObserver)
1 parent be02839 commit 0616ffe

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sources/REventLogger/REventLogger.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ public final class REventLogger {
4747
eventLogger?.configure(apiConfiguration: configuration)
4848
isConfigured = true
4949
onCompletion?(true, "EventLogger is configured")
50-
51-
if eventLogger?.isTtlExpired() == true {
52-
eventLogger?.sendAllEventsInStorage()
53-
}
5450
}
5551

5652
/// Logs the critical event

0 commit comments

Comments
 (0)