Drop debug warning

This commit is contained in:
Jonathan Bennett
2025-12-13 12:21:59 -06:00
parent 5f0e86a27e
commit 4fd7960371

View File

@@ -432,7 +432,6 @@ void setup()
std::string timeCommandResult = exec("timedatectl status | grep synchronized | grep yes -c");
if (timeCommandResult[0] == '1') {
LOG_WARN("Setting time");
ourQuality = RTCQualityNTP;
}