diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 75455f09ae..fbfdb25a2a 100755 --- a/selfdrive/controls/lib/events.py +++ b/selfdrive/controls/lib/events.py @@ -331,7 +331,6 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = { # ********** events with no alerts ********** EventName.stockFcw: {}, - EventName.actuatorsApiUnavailable: {}, # ********** events only containing alerts displayed in all states **********