diff --git a/src/redsox.rs b/src/redsox.rs index 8696353..1331d8d 100644 --- a/src/redsox.rs +++ b/src/redsox.rs @@ -23,10 +23,8 @@ pub struct Date { pub struct Game { pub season: String, pub teams: Teams, - // pub date: String, pub official_date: String, pub game_date: String, - // pub opponent: String, } #[derive(Serialize, Deserialize, Debug, Clone)]