From b69e2024da2ccf049c17d506f3356acc1410a33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Wed, 24 Apr 2024 16:02:30 +0200 Subject: [PATCH] fix f3929438bda95b53eb77fb4493167c1f072a4690 remove print() --- api/ovdashboard_api/core/calevent.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/ovdashboard_api/core/calevent.py b/api/ovdashboard_api/core/calevent.py index aa523e1..b3844db 100644 --- a/api/ovdashboard_api/core/calevent.py +++ b/api/ovdashboard_api/core/calevent.py @@ -74,9 +74,6 @@ class CalEvent(BaseModel): except KeyError: pass - print(event) - print(data) - if "dtend" not in data: data["dtend"] = data["dtstart"]