Skip to content

Commit

Permalink
Temp comment out commissue alert
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Mar 16, 2018
1 parent 0d4365f commit 9a8717a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/honda/radar_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def update(self):

ret = car.RadarState.new_message()
errors = []
if not self.rcp.can_valid:
errors.append("commIssue")
# if not self.rcp.can_valid:
# errors.append("commIssue")
if self.radar_fault:
errors.append("fault")
ret.errors = errors
Expand Down

0 comments on commit 9a8717a

Please sign in to comment.