mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-09 18:19:36 +00:00
remove debug log
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user