From 182d7b29b47c4f1437df34ab1ef32468e212464e Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:46:08 -0400 Subject: [PATCH] Restore some stats readouts. --- miller/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/miller/src/main.rs b/miller/src/main.rs index 183f4f5..b283a73 100644 --- a/miller/src/main.rs +++ b/miller/src/main.rs @@ -4,7 +4,7 @@ use clap::{ArgAction, Parser}; use core::panic; use gamelog::{Action, Down, Flags, Key, LogFile, Team, TerrainState}; use std::{io, path::PathBuf, sync::mpsc, thread}; -//use strum::IntoEnumIterator; +use strum::IntoEnumIterator; use tui::App; #[derive(Debug, Parser)] @@ -89,7 +89,6 @@ fn main() -> io::Result<()> { .push(game.penalties(team.to_owned())); } - /* for team in gamelog::Team::iter() { let team_idx = stats .iter() @@ -105,7 +104,6 @@ fn main() -> io::Result<()> { //stats[team_idx].play_frequencies = Some(log.frequency_of_plays(team.to_owned())) } - */ } // :#? for pretty-printing.