Skip to content

Commit a145e05

Browse files
colebaileygitKavindu-Dodan
authored andcommitted
fix: remove rogue print statement
Signed-off-by: Cole Bailey <cole.bailey@deliveryhero.com>
1 parent f62410f commit a145e05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/pkg/evaluator/fractional.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ func distributeValue(value string, feDistribution []fractionalEvaluationDistribu
116116
hashRatio := math.Abs(float64(hashValue)) / math.MaxInt32
117117
bucket := int(hashRatio * 100) // in range [0, 100]
118118

119-
fmt.Println(value, feDistribution)
120-
121119
rangeEnd := 0
122120
for _, dist := range feDistribution {
123121
rangeEnd += dist.percentage

0 commit comments

Comments
 (0)