Skip to content
Snippets Groups Projects
Commit 16b98e64 authored by David Trattnig's avatar David Trattnig
Browse files

Denoise log.

parent a7d95681
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ class CalendarFetcher: ...@@ -360,7 +360,7 @@ class CalendarFetcher:
schedule = self.remove_data_in_the_past(schedule) schedule = self.remove_data_in_the_past(schedule)
count_after = len(schedule) count_after = len(schedule)
self.logger.info("Removed %d unnecessary schedules from response. Entries left: %d" % ((count_before - count_after), count_after)) self.logger.debug("Removed %d unnecessary schedules from response. Entries left: %d" % ((count_before - count_after), count_after))
return schedule return schedule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment