Skip to content

Commit 40c5663

Browse files
Remove comment
1 parent ed05e0c commit 40c5663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Octopus.OpenFeature.Provider/OctopusFeatureContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ bool Evaluate(FeatureToggleEvaluation evaluation, EvaluationContext? context = n
9191
}
9292
}
9393

94-
// should we move this up so we do it before the rollout percentage check? I think yes.
9594
return evaluation.Segments.Length == 0 || MatchesSegment(context, evaluation.Segments);
9695
}
9796

0 commit comments

Comments
 (0)