Skip to content

Commit 075e511

Browse files
chore: remove commented code
1 parent 80bed0a commit 075e511

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

OptimizelySDK/Optimizely.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,14 +1089,9 @@ ProjectConfig projectConfig
10891089
{ "reasons", reasonsToReport },
10901090
{ "decisionEventDispatched", decisionEventDispatched },
10911091
};
1092-
1093-
// var decisionNotificationType =
1094-
// projectConfig.IsFeatureExperiment(flagDecision.Experiment?.Id) ?
1095-
// DecisionNotificationTypes.FEATURE_TEST :
1096-
// DecisionNotificationTypes.AB_TEST;
1097-
NotificationCenter.SendNotifications(NotificationCenter.NotificationType.Decision,
1098-
userId,
1099-
user.GetAttributes(), decisionInfo);
1092+
1093+
NotificationCenter.SendNotifications(NotificationCenter.NotificationType.Decision,
1094+
userId, user.GetAttributes(), decisionInfo);
11001095

11011096
return new OptimizelyDecision(
11021097
variationKey,
@@ -1419,8 +1414,7 @@ List<OdpSegmentOption> segmentOptions
14191414

14201415
if (config == null)
14211416
{
1422-
Logger.Log(LogLevel.ERROR,
1423-
"Datafile has invalid format. Failing 'FetchQualifiedSegments'.");
1417+
Logger.Log(LogLevel.ERROR,"Datafile has invalid format. Failing 'FetchQualifiedSegments'.");
14241418
return null;
14251419
}
14261420

0 commit comments

Comments
 (0)