You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swift-sdk/Internal/AnonymousUserManager.swift
+8-14
Original file line number
Diff line number
Diff line change
@@ -158,17 +158,6 @@ public class AnonymousUserManager: AnonymousUserManagerProtocol {
158
158
}
159
159
}
160
160
}
161
-
162
-
// commenting this code for now as we need to execute this code in some other place so after all events are suceesfully synced as this code will execute too promptly right after the above loop so we simply clear all the data where or not the APIs were successful or not
163
-
/* let notSynchedData = filterEvents(excludingTimestamps: successfulSyncedData)
0 commit comments