Remove debug entry

This commit is contained in:
Mylloon 2023-09-07 18:51:41 +02:00
parent f1a8bbe571
commit c9262519c3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -114,7 +114,6 @@ fn anglophonization(date: &str) -> String {
fn get_date(date: &str) -> DateTime<Utc> {
// 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()