diff --git a/src/core/network.cpp b/src/core/network.cpp index 210800c97..80fdbab4b 100644 --- a/src/core/network.cpp +++ b/src/core/network.cpp @@ -509,8 +509,6 @@ void Network::startWIFI() { wifi_connect_pending_ = true; - LOG_DEBUG("WiFi connection with %s and %s", ssid_.c_str(), password_.c_str()); - // attempt to connect to the wifi network // the event handlers handle error handling and retries uint8_t bssid[6];