set_time: remove extra print

pull/27920/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent f832a71038
commit af90b08acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/boardd/set_time.py

@ -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}'")

Loading…
Cancel
Save