diff --git a/crates/dogstatsd/src/flusher.rs b/crates/dogstatsd/src/flusher.rs index 9a4b0c9e..ef2d2192 100644 --- a/crates/dogstatsd/src/flusher.rs +++ b/crates/dogstatsd/src/flusher.rs @@ -104,7 +104,6 @@ impl Flusher { // Early return if there are no metrics to flush if n_series == 0 && n_distributions == 0 { - debug!("No metrics to flush, skipping"); return None; }