diff --git a/crates/edit_prediction/src/mercury.rs b/crates/edit_prediction/src/mercury.rs index 2e0a3b3c13312db4c3fc410c200d65897f28c343..3e670c59f34a04c84ed8b3d6e057473ce048bf6e 100644 --- a/crates/edit_prediction/src/mercury.rs +++ b/crates/edit_prediction/src/mercury.rs @@ -381,14 +381,6 @@ fn send_feedback( let request_id = prediction_id.0; let app_version = AppVersion::global(cx); cx.background_spawn(async move { - if !request_id.starts_with("cmpl-") { - log::warn!( - "Mercury feedback: invalid request_id '{}' - must start with 'cmpl-'", - request_id - ); - return anyhow::Ok(()); - } - let body = FeedbackRequest { request_id, provider_name: "zed",