set_time: remove extra print

old-commit-hash: af90b08acdf446bcc08f42aef241d744c077cea7
This commit is contained in:
Adeeb Shihadeh
2023-04-14 21:16:59 -07:00
committed by GitHub
parent 29eb4d3a35
commit 59abbc069e
-1
View File
@@ -24,7 +24,6 @@ def set_time(logger):
# Set system time from panda RTC time
panda_time = p.get_datetime()
logger.info(f"adjusting time from '{sys_time}' to '{panda_time}'")
if panda_time > MIN_DATE:
logger.info(f"adjusting time from '{sys_time}' to '{panda_time}'")
os.system(f"TZ=UTC date -s '{panda_time}'")