Merge "Remove references to DeviceHealthTest"
diff --git a/atest/test_finders/test_finder_utils.py b/atest/test_finders/test_finder_utils.py
index aadc9c3..3e2c441 100644
--- a/atest/test_finders/test_finder_utils.py
+++ b/atest/test_finders/test_finder_utils.py
@@ -1173,7 +1173,6 @@
         matches = re.findall(_CC_PARAM_CLASS_RE, content)
         logging.debug('Probing InstantiationName/TestCase pattern:')
         for match in matches:
-            print(match)
             # ('TYPED_', 'OnTheFlyAndPreCalculated', 'PrimeTableTest2')
             logging.debug('  Found %s/%s', match[1], match[2])
             prefixes.update([match[1]])