Skip to content

Commit befce89

Browse files
Added the logger to the data store.
1 parent 1efcacc commit befce89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

OptimizelySDKUserProfile/OptimizelySDKUserProfile/OPTLYUserProfile.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ - (instancetype)initWithBuilder:(OPTLYUserProfileBuilder *)builder {
3535
self = [super init];
3636
if (self != nil) {
3737
_logger = builder.logger;
38-
// TODO - uncomment when this has been merged with the event dispatcher code
39-
//_dataStore = [[OPTLYDataStore alloc] initWithLogger:_logger];
40-
_dataStore = [OPTLYDataStore new];
38+
_dataStore = [[OPTLYDataStore alloc] initWithLogger:_logger];
4139
}
4240
return self;
4341
}

0 commit comments

Comments
 (0)