diff --git a/meilisearch/src/routes/mod.rs b/meilisearch/src/routes/mod.rs index 7cf886017..f2356fb7f 100644 --- a/meilisearch/src/routes/mod.rs +++ b/meilisearch/src/routes/mod.rs @@ -355,11 +355,7 @@ struct VersionResponse { async fn get_version( _index_scheduler: GuardedData, Data>, - req: HttpRequest, - analytics: web::Data, ) -> HttpResponse { - analytics.publish("Version Seen".to_string(), json!(null), Some(&req)); - let build_info = build_info::BuildInfo::from_build(); HttpResponse::Ok().json(VersionResponse {