remove debug log

This commit is contained in:
proddy
2026-05-20 21:49:24 +02:00
parent e6274174b1
commit 280341a11c

View File

@@ -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];