Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Oct 18, 2022
1 parent fa8ed9c commit ebee0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/tests_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ def filter_tests(output_file, filters):
print("No tests to filter.")
return

print(test_files)
if test_files == ["tests"]:
test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters]
else:
Expand Down

0 comments on commit ebee0a2

Please sign in to comment.