cleaned up some mut2

This commit is contained in:
2024-08-24 11:50:02 -04:00
parent c184c31620
commit a53584ab82

View File

@ -109,6 +109,3 @@ async fn main_loop() -> Result<()> {
info!("exiting main loop");
Ok(())
}
//TODO: check many of these mut functions to see if they don't need to be.