Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverarmor committed May 18, 2024
1 parent c9fbbaf commit f770bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def parse_combined_calendar(url: str, json_data: list) -> list:

# Loop through today's events
for event in events_today:
print(event['SUMMARY'])
# print(event['SUMMARY'])

# Verify valid event, and apply boundaries
event, valid = boundary_checks(event)
Expand Down

0 comments on commit f770bb1

Please sign in to comment.