code cleanup + better printing

This commit is contained in:
sigil-03 2025-04-06 13:32:02 -06:00
parent e8fdbbaa45
commit 503bab511a
3 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,6 @@ impl Commands {
tokio::spawn(async move {
m.get_power().await.unwrap();
})
// println!("[TODO] Power: ----W")
}
};
handle.await.unwrap();