formatted score debug into table, removed score info box from tui

This commit is contained in:
2025-04-14 10:27:27 -04:00
parent f9d1935c71
commit ffe175df1b
3 changed files with 17 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ impl<T: Topology + std::fmt::Debug> ScoreListWidget<T> {
score: score.clone_box(),
});
info!("{:#?}\n\nConfirm Execution (Press y/n)", score);
info!("{:#?}", score.display_value());
info!("{}", score.print_score_details());
} else {
warn!("No Score selected, nothing to launch");
}