mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-16 03:10:50 +00:00
Remove experimental todo
This commit is contained in:
@ -71,9 +71,6 @@ async fn export(
|
||||
opt: web::Data<Opt>,
|
||||
analytics: Data<Analytics>,
|
||||
) -> Result<HttpResponse, ResponseError> {
|
||||
// TODO make it experimental?
|
||||
// index_scheduler.features().check_network("Using the /network route")?;
|
||||
|
||||
let export = export.into_inner();
|
||||
debug!(returns = ?export, "Trigger export");
|
||||
|
||||
|
Reference in New Issue
Block a user