Skip to content

Commit

Permalink
manager: remove RTC time pull (commaai#31270)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Feb 1, 2024
1 parent 0803759 commit 9856496
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions selfdrive/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import openpilot.selfdrive.sentry as sentry
from openpilot.common.params import Params, ParamKeyType
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.selfdrive.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog
from openpilot.selfdrive.manager.process import ensure_running
Expand All @@ -25,10 +24,6 @@


def manager_init() -> None:
# update system time from panda
set_time(cloudlog)

# save boot log
save_bootlog()

params = Params()
Expand Down

0 comments on commit 9856496

Please sign in to comment.