Revert "Add permanent CAN error alert"

This reverts commit 0abf99dbe0.
pull/1549/head
Willem Melching 2020-05-21 15:30:16 -07:00
parent 5f0ae7d26e
commit e6f24f2390
1 changed files with 0 additions and 5 deletions

View File

@ -607,11 +607,6 @@ EVENTS = {
EventName.canError: {
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("CAN Error: Check Connections"),
ET.NO_ENTRY: NoEntryAlert("CAN Error: Check Connections"),
ET.PERMANENT: Alert(
"CAN Error: Check Connections",
"",
AlertStatus.normal, AlertSize.small,
Priority.LOW, VisualAlert.none, AudibleAlert.none, 0., 0., .2),
},
EventName.steerUnavailable: {