remove commIssueWarning from events

pull/19526/head
Willem Melching 5 years ago
parent 8fb93c1e2a
commit 776a67ad2e
  1. 2
      selfdrive/controls/lib/events.py

@ -211,8 +211,6 @@ def wrong_car_mode_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: boo
EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, bool], Alert]]]] = {
# ********** events with no alerts **********
EventName.commIssueWarning: {},
# ********** events only containing alerts displayed in all states **********
EventName.debugAlert: {

Loading…
Cancel
Save