Remove noisy debug logs in Husgvarna Automower (#147958)

This commit is contained in:
Thomas55555 2025-07-02 16:28:42 +02:00 committed by GitHub
parent adec157d43
commit 3778f537d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,6 @@ class AutomowerCalendarEntity(AutomowerBaseEntity, CalendarEntity):
schedule = self.mower_attributes.calendar
cursor = schedule.timeline.active_after(dt_util.now())
program_event = next(cursor, None)
_LOGGER.debug("program_event %s", program_event)
if not program_event:
return None
work_area_name = None