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
guardlet model =OneSignalUserManagerImpl.sharedInstance.getIdentityModel(delta.identityModelId)else{
@@ -97,7 +93,7 @@ class OSPropertyOperationExecutor: OSOperationExecutor {
97
93
98
94
// If JWT is on but the external ID does not exist, drop this Delta
99
95
if jwtConfig.isRequired ==true, model.externalId ==nil{
100
-
print("❌ removing\(delta)")
96
+
OneSignalLog.onesignalLog(.LL_DEBUG, message:"Invalid with JWT: OSPropertyOperationExecutor.uncacheDeltas dropped\(delta)")
101
97
deltaQueue.remove(at: index)
102
98
}
103
99
}
@@ -106,7 +102,6 @@ class OSPropertyOperationExecutor: OSOperationExecutor {
106
102
}else{
107
103
OneSignalLog.onesignalLog(.LL_ERROR, message:"OSPropertyOperationExecutor error encountered reading from cache for \(OS_PROPERTIES_EXECUTOR_DELTA_QUEUE_KEY)")
@@ -172,7 +165,7 @@ class OSPropertyOperationExecutor: OSOperationExecutor {
172
165
*/
173
166
func processDeltaQueue(inBackground:Bool){
174
167
guard jwtConfig.isRequired !=nilelse{
175
-
print("❌ OSPropertyOperationExecutor processDeltaQueue returning early due to requiresAuth: \(String(describing: jwtConfig.isRequired))")
168
+
OneSignalLog.onesignalLog(.LL_DEBUG, message:"OSPropertyOperationExecutor processDeltaQueue returning early due to requiresAuth: \(String(describing: jwtConfig.isRequired))")
176
169
return
177
170
}
178
171
@@ -198,7 +191,7 @@ class OSPropertyOperationExecutor: OSOperationExecutor {
198
191
199
192
// If JWT is on but the external ID does not exist, drop this Delta
0 commit comments