Skip to content

Commit e321603

Browse files
committed
fix: Remove accidentally committed code
Signed-off-by: Jordan Blacker <jblacker@justworks.com>
1 parent e129afd commit e321603

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openfeature/multiprovider/comparison_strategy.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ func (c ComparisonStrategy) IntEvaluation(ctx context.Context, flag string, defa
133133

134134
func (c ComparisonStrategy) ObjectEvaluation(ctx context.Context, flag string, defaultValue any, evalCtx of.FlattenedContext) of.InterfaceResolutionDetail {
135135
var compFunc Comparator
136-
if c.alwaysUseCustom {
137-
compFunc = c.customComparator
138-
}
139136
switch defaultValue.(type) {
140137
case int8:
141138
compFunc = func(values []any) bool {

0 commit comments

Comments
 (0)