manager: remove RTC time pull (#31270)

old-commit-hash: 98564961cd
pull/32199/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 4c05358aad
commit d7aa7440e5
  1. 5
      selfdrive/manager/manager.py

@ -11,7 +11,6 @@ import cereal.messaging as messaging
import openpilot.selfdrive.sentry as sentry import openpilot.selfdrive.sentry as sentry
from openpilot.common.params import Params, ParamKeyType from openpilot.common.params import Params, ParamKeyType
from openpilot.common.text_window import TextWindow from openpilot.common.text_window import TextWindow
from openpilot.selfdrive.boardd.set_time import set_time
from openpilot.system.hardware import HARDWARE, PC from openpilot.system.hardware import HARDWARE, PC
from openpilot.selfdrive.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog from openpilot.selfdrive.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog
from openpilot.selfdrive.manager.process import ensure_running from openpilot.selfdrive.manager.process import ensure_running
@ -25,10 +24,6 @@ from openpilot.system.version import is_dirty, get_commit, get_version, get_orig
def manager_init() -> None: def manager_init() -> None:
# update system time from panda
set_time(cloudlog)
# save boot log
save_bootlog() save_bootlog()
params = Params() params = Params()

Loading…
Cancel
Save