fix f3929438bd
remove print()
This commit is contained in:
parent
731aef52e7
commit
b69e2024da
1 changed files with 0 additions and 3 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue