do not print
This commit is contained in:
parent
58f295cc54
commit
4b37075007
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ class CalEvent(BaseModel):
|
|||
except KeyError:
|
||||
pass
|
||||
|
||||
print(data)
|
||||
|
||||
if "dtend" not in data:
|
||||
data["dtend"] = data["dtstart"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue