Removed print statement

This commit is contained in:
Edgar P. Burkhart 2022-01-29 11:14:35 +01:00
parent d385624b8b
commit 292b7c0713
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class Event:
):
self._calendar = calendar
self._v = event.instance.vevent
print(type(self.valarm_trigger))
@property
def dtstart(self):