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:
parent
deaa9ee60b
commit
b6ee5d7da8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user