We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d42a84 commit 7740be5Copy full SHA for 7740be5
1 file changed
lib/segment/src/index/query_optimization/rescore_formula/parsed_formula.rs
@@ -164,7 +164,6 @@ impl ParsedExpression {
164
let scale = scale.unwrap_or(DEFAULT_DECAY_SCALE);
165
166
if midpoint <= 0.0 || midpoint >= 1.0 {
167
- dbg!(midpoint);
168
return Err(OperationError::validation_error(
169
"Decay midpoint should be between 0.0 and 1.0, not inclusive.",
170
));
0 commit comments