From 4fd7960371d47e2aaeb13a13ed2237f957c0611f Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sat, 13 Dec 2025 12:21:59 -0600 Subject: [PATCH] Drop debug warning --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f05ee940b..45f4eb7b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }