Quieting some messages

This commit is contained in:
Jake Poznanski 2025-08-26 20:15:39 +00:00
parent 8327da2415
commit 4b3660debd

View File

@ -187,8 +187,7 @@ def load_specific_tests_cached(jsonl_file: str, test_ids_tuple: tuple):
List of test objects matching the specified IDs
"""
test_ids = set(test_ids_tuple)
logger.info(f"Loading {len(test_ids)} specific tests from {jsonl_file}")
relevant_tests = []
with open(jsonl_file, 'r') as f:
for line in f: