fix f3929438bd remove print()

This commit is contained in:
Jörn-Michael Miehe 2024-04-24 16:02:30 +02:00
parent 731aef52e7
commit b69e2024da

View file

@ -74,9 +74,6 @@ class CalEvent(BaseModel):
except KeyError: except KeyError:
pass pass
print(event)
print(data)
if "dtend" not in data: if "dtend" not in data:
data["dtend"] = data["dtstart"] data["dtend"] = data["dtstart"]