From 776a67ad2e8d6141c91ed520b2fff621ab1df94f Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 17 Dec 2020 22:25:22 +0100 Subject: [PATCH] remove commIssueWarning from events --- selfdrive/controls/lib/events.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 48db34b5c5..a8f1273e10 100644 --- a/selfdrive/controls/lib/events.py +++ b/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: {