From c9262519c30f20a947ec0214b2aa35af4eaf7078 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 7 Sep 2023 18:51:41 +0200 Subject: [PATCH] Remove debug entry --- src/info.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/info.rs b/src/info.rs index 33a515a..0292a38 100644 --- a/src/info.rs +++ b/src/info.rs @@ -114,7 +114,6 @@ fn anglophonization(date: &str) -> String { fn get_date(date: &str) -> DateTime { // Use and keep UTC time, we have the hour set to 12h and // Paris 8 is in France so there is no problems - eprintln!("-> {}", &anglophonization(date)); DateTime::parse_from_str(&anglophonization(date), "%e %B %Y %H:%M %z") .unwrap() .into()