diff --git a/aquatic_ws/src/config.rs b/aquatic_ws/src/config.rs index 6c46e33..482a2ec 100644 --- a/aquatic_ws/src/config.rs +++ b/aquatic_ws/src/config.rs @@ -169,13 +169,6 @@ impl Default for MetricsConfig { } } -#[cfg(feature = "metrics")] -impl MetricsConfig { - pub fn active(&self) -> bool { - self.run_prometheus_endpoint - } -} - #[cfg(test)] mod tests { use super::Config;