File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1000,10 +1000,8 @@ ProjectConfig projectConfig
1000
1000
)
1001
1001
{
1002
1002
var userId = user . GetUserId ( ) ;
1003
-
1004
1003
string experimentId = null ;
1005
1004
string variationId = null ;
1006
-
1007
1005
var flagEnabled = false ;
1008
1006
if ( flagDecision . Variation != null )
1009
1007
{
@@ -1013,12 +1011,10 @@ ProjectConfig projectConfig
1013
1011
}
1014
1012
variationId = flagDecision . Variation . Id ;
1015
1013
}
1016
-
1017
1014
if ( flagDecision . Experiment != null )
1018
1015
{
1019
1016
experimentId = flagDecision . Experiment . Id ;
1020
1017
}
1021
-
1022
1018
Logger . Log ( LogLevel . INFO ,
1023
1019
$ "Feature \" { flagKey } \" is enabled for user \" { userId } \" ? { flagEnabled } ") ;
1024
1020
Original file line number Diff line number Diff line change @@ -251,4 +251,4 @@ Optimizely SDK uses third party software:
251
251
252
252
- Ruby - https://github.com/optimizely/ruby-sdk
253
253
254
- - Swift - https://github.com/optimizely/swift-sdk
254
+ - Swift - https://github.com/optimizely/swift-sdk
You can’t perform that action at this time.
0 commit comments