1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

remove debugging

This commit is contained in:
J. Nick Koston
2025-09-27 13:11:50 -05:00
parent cba69e6a36
commit 89f41833d8

View File

@@ -66,7 +66,6 @@ void CaptivePortal::start() {
}
network::IPAddress ip = wifi::global_wifi_component->wifi_soft_ap_ip();
ESP_LOGI(TAG, "Starting captive portal on IP: %s", ip.str().c_str());
#ifdef USE_ESP_IDF
// Create DNS server instance for ESP-IDF