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; }