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"]