Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Sep 12, 2019
1 parent b48d1f1 commit c5359f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mpicms/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def clean(self): # Prevent more than one event index
def ics(self):
c = Calendar()
for event in self.events:
print(event.url)
e = ICSEvent(
name = event.title,
begin = event.start,
Expand Down

0 comments on commit c5359f7

Please sign in to comment.