delete useless comment

This commit is contained in:
kevin zhao
2025-12-01 19:17:00 -05:00
parent 1423d5f6bb
commit 572848d9f0

View File

@@ -149,7 +149,6 @@ fn allow_prefix_if_applicable(evaluation: &Evaluation, features: &Features) -> O
}
}
_ if rule_match.decision() == Decision::Prompt => {
// Any rule-based prompt suppresses allow-prefix.
return None;
}
_ => {}