From c4588f4394df0c31793c72c2aff5386a4017ab61 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 2 Jun 2023 19:23:55 -0700 Subject: [PATCH] even cleaner --- selfdrive/car/hyundai/tests/test_hyundai.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/selfdrive/car/hyundai/tests/test_hyundai.py b/selfdrive/car/hyundai/tests/test_hyundai.py index e32b96768d..cbfa463e73 100755 --- a/selfdrive/car/hyundai/tests/test_hyundai.py +++ b/selfdrive/car/hyundai/tests/test_hyundai.py @@ -98,9 +98,6 @@ class TestHyundaiFingerprint(unittest.TestCase): if all(shared_codes): platforms_with_shared_codes.append(platform) - print(platforms_with_shared_codes) - # make sure list is unique - self.assertEqual(len(platforms_with_shared_codes), len(set(platforms_with_shared_codes))) self.assertEqual(set(platforms_with_shared_codes), set(excluded_platforms))