From 3aeea9083657ff1678305d15ab5b2bf1b35d85a0 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 27 Sep 2023 23:29:48 -0700 Subject: [PATCH] clean up --- selfdrive/car/toyota/tests/test_toyota.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/car/toyota/tests/test_toyota.py b/selfdrive/car/toyota/tests/test_toyota.py index 67c9f0d92c..00312a59bd 100755 --- a/selfdrive/car/toyota/tests/test_toyota.py +++ b/selfdrive/car/toyota/tests/test_toyota.py @@ -139,10 +139,8 @@ class TestToyotaFingerprint(unittest.TestCase): self.assertEqual(list(matches)[0], platform) else: # If a platform has multiple matches, add it and its matches - print('matches', platform, matches) platforms_with_shared_codes |= {platform, *matches} - print(len(platforms_with_shared_codes), len(FUZZY_EXCLUDED_PLATFORMS)) self.assertEqual(platforms_with_shared_codes, FUZZY_EXCLUDED_PLATFORMS, (len(platforms_with_shared_codes), len(FW_VERSIONS)))