remove old comment

pull/26939/head
Shane Smiskol 2 years ago
parent 661de4f57b
commit 73d7c1c567
  1. 1
      selfdrive/car/fw_versions.py

@ -154,7 +154,6 @@ def match_fw_to_car(fw_versions, allow_exact=True, allow_fuzzy=True, log=True):
if allow_exact:
exact_matches = [(True, match_fw_to_car_exact)]
if allow_fuzzy:
# Try first with standard fuzzy fingerprinting, then with config
exact_matches.append((False, match_fw_to_car_fuzzy))
for exact_match, match_func in exact_matches:

Loading…
Cancel
Save