diff --git a/src/main.rs b/src/main.rs index 5949ec6..f2905a9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,8 +81,6 @@ pub async fn meteo_weather() -> Result { .map(|s| s.trim()) .unwrap_or(""); - println!("{}", date_time); - if let Some(table) = fragment.select(&profile_selector).next() { for row in table.select(&row_selector) { let mut row_data = Vec::new();