1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

fix: remove unnecessary logging for unused timer slots in restore_timers_ method of DynamicLampComponent

This commit is contained in:
Oliver Kleinecke 2025-02-19 20:53:08 +01:00
parent deaa9ee60b
commit b6ee5d7da8

View File

@ -422,7 +422,6 @@ void DynamicLampComponent::restore_timers_() {
} else {
this->timers_[i] = DynamicLampTimer();
this->timers_[i].in_use = false;
//ESP_LOGVV(TAG, "Timer save slot %" PRIu8 " did not contain valid record, initializing unused empty timer slot", i);
}
}
break;