Skip to content

Commit 7740be5

Browse files
committed
Remove debug print in decay midpoint validation
1 parent 0d42a84 commit 7740be5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/segment/src/index/query_optimization/rescore_formula/parsed_formula.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ impl ParsedExpression {
164164
let scale = scale.unwrap_or(DEFAULT_DECAY_SCALE);
165165

166166
if midpoint <= 0.0 || midpoint >= 1.0 {
167-
dbg!(midpoint);
168167
return Err(OperationError::validation_error(
169168
"Decay midpoint should be between 0.0 and 1.0, not inclusive.",
170169
));

0 commit comments

Comments
 (0)