Removed print statement
This commit is contained in:
parent
d385624b8b
commit
292b7c0713
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class Event:
|
|||
):
|
||||
self._calendar = calendar
|
||||
self._v = event.instance.vevent
|
||||
print(type(self.valarm_trigger))
|
||||
|
||||
@property
|
||||
def dtstart(self):
|
||||
|
|
Reference in a new issue