Remove puffin experimental feature

This commit is contained in:
Clément Renault
2024-05-27 15:59:28 +02:00
parent dc949ab46a
commit b6d450d484
3 changed files with 2 additions and 27 deletions

View File

@ -6,7 +6,6 @@ pub struct RuntimeTogglableFeatures {
pub vector_store: bool,
pub metrics: bool,
pub logs_route: bool,
pub export_puffin_reports: bool,
}
#[derive(Default, Debug, Clone, Copy)]