diff --git a/esphome/components/wifi/wifi_component.cpp b/esphome/components/wifi/wifi_component.cpp index 77a913662b..598e09e741 100644 --- a/esphome/components/wifi/wifi_component.cpp +++ b/esphome/components/wifi/wifi_component.cpp @@ -504,7 +504,6 @@ void WiFiComponent::loop() { #ifdef USE_IMPROV if (esp32_improv::global_improv_component != nullptr && !esp32_improv::global_improv_component->is_active()) { if (now - this->last_connected_ > esp32_improv::global_improv_component->get_wifi_timeout()) { - ESP_LOGI(TAG, "Starting Improv"); if (this->wifi_mode_(true, {})) esp32_improv::global_improv_component->start(); }