From 280341a11cd406276bf3fd2a99de530ce9085bf3 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 20 May 2026 21:49:24 +0200 Subject: [PATCH] remove debug log --- src/core/network.cpp | 2 -- 1 file changed, 2 deletions(-) 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];