Skip to content

Commit 3778f53

Browse files
authored
Remove noisy debug logs in Husgvarna Automower (home-assistant#147958)
1 parent adec157 commit 3778f53

File tree

1 file changed

+0
-1
lines changed
  • homeassistant/components/husqvarna_automower

1 file changed

+0
-1
lines changed

homeassistant/components/husqvarna_automower/calendar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def event(self) -> CalendarEvent | None:
7373
schedule = self.mower_attributes.calendar
7474
cursor = schedule.timeline.active_after(dt_util.now())
7575
program_event = next(cursor, None)
76-
_LOGGER.debug("program_event %s", program_event)
7776
if not program_event:
7877
return None
7978
work_area_name = None

0 commit comments

Comments
 (0)