remove the Health Seen analytic

This commit is contained in:
Tamo 2024-04-17 11:43:40 +02:00
parent e1f27de51a
commit 2dd9dd6d0a
4 changed files with 0 additions and 75 deletions

View file

@ -116,7 +116,4 @@ pub trait Analytics: Sync + Send {
index_creation: bool,
request: &HttpRequest,
);
// this method should be called to aggregate a add documents request
fn health_seen(&self, request: &HttpRequest);
}