diff --git a/src/main.rs b/src/main.rs index fb3100d..5e7f086 100644 --- a/src/main.rs +++ b/src/main.rs @@ -44,7 +44,6 @@ fn main() { if let Some(mut channel) = toml_request::(&url) { for update in channel.sort_by_version().updates.iter() { if update.version() > &version { - println!("{:?}",update); if let Some(update_file) = toml_request::(update.url()) { update_file.update(); ts_file.set_len(0).unwrap(); @@ -86,4 +85,4 @@ fn toml_request(url: &str) -> Option where for<'de> T: serde::Deserialize< None } } -} \ No newline at end of file +}