do not print

This commit is contained in:
Jörn-Michael Miehe 2022-09-19 13:24:35 +00:00
parent 58f295cc54
commit 4b37075007

View file

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