controlsd: remove old process replay sentinel (#30581)

pull/30583/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 54517c0638
commit 8e00ce672d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/controls/controlsd.py

@ -179,8 +179,6 @@ class Controls:
self.v_cruise_helper = VCruiseHelper(self.CP)
self.recalibrating_seen = False
# TODO: no longer necessary, aside from process replay
self.sm['liveParameters'].valid = True
self.can_log_mono_time = 0
self.startup_event = get_startup_event(car_recognized, controller_available, len(self.CP.carFw) > 0)

Loading…
Cancel
Save