Skip to content

Commit f455e45

Browse files
vuid check remove
1 parent 974324b commit f455e45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/Optimizely+Decide/OptimizelyClient+Decide.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ extension OptimizelyClient {
3636
/// - Parameter attributes: A map of attribute names to current user attribute values.
3737
/// - Returns: An OptimizelyUserContext associated with this OptimizelyClient
3838
public func createUserContext(attributes: [String: Any]? = nil) -> OptimizelyUserContext? {
39-
guard enableVuid else {
40-
logger.e("Vuid is not enabled or invalid VUID. User context not created.")
41-
return nil
42-
}
39+
// guard enableVuid else {
40+
// logger.e("Vuid is not enabled or invalid VUID. User context not created.")
41+
// return nil
42+
// }
4343
return OptimizelyUserContext(optimizely: self, userId: vuid, attributes: attributes)
4444
}
4545

0 commit comments

Comments
 (0)