mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 22:20:37 +00:00
Drop debug warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user