Remove debug statement

This commit is contained in:
Sylvain Gugger
2022-10-18 13:58:09 -04:00
parent fa8ed9ca76
commit ebee0a2794

View File

@@ -645,7 +645,6 @@ def filter_tests(output_file, filters):
print("No tests to filter.") print("No tests to filter.")
return return
print(test_files)
if test_files == ["tests"]: if test_files == ["tests"]:
test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters] test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters]
else: else: