mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Redundant Log Messages Cleanup (#8944)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ void TemplateSelect::setup() {
|
||||
return;
|
||||
|
||||
std::string value;
|
||||
ESP_LOGD(TAG, "Setting up Template Select");
|
||||
ESP_LOGD(TAG, "Setting up");
|
||||
if (!this->restore_value_) {
|
||||
value = this->initial_option_;
|
||||
ESP_LOGD(TAG, "State from initial: %s", value.c_str());
|
||||
|
||||
Reference in New Issue
Block a user