From 9a77f35179b0aeddacb2ad4bf01366dfee697a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 26 Sep 2024 09:48:25 +0200 Subject: [PATCH] Remove debugging print statements --- src/appointment.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/appointment.rs b/src/appointment.rs index 85bab95..3b4d23b 100644 --- a/src/appointment.rs +++ b/src/appointment.rs @@ -70,7 +70,6 @@ pub async fn fetch_next_appointment(url: U) -> Result