remove stale comment

This commit is contained in:
Bryan Stitt 2023-04-05 14:37:48 -07:00
parent 18f0402fb1
commit 09dacb45e2

@ -525,7 +525,6 @@ impl StatBuffer {
match x {
Ok(_) => {
info!("stat_loop shutting down");
// TODO: call aggregate_stat for all the
},
Err(err) => error!("stat_loop shutdown receiver err={:?}", err),
}