From 73d7c1c5676f9adf3e5f7e5c2226930202dfa38f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 9 Jun 2023 16:44:07 -0700 Subject: [PATCH] remove old comment --- selfdrive/car/fw_versions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/car/fw_versions.py b/selfdrive/car/fw_versions.py index 1d8d259a4d..a606ded5fd 100755 --- a/selfdrive/car/fw_versions.py +++ b/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: