run_project_tests: remove debug print

pull/12562/head
Dylan Baker 12 months ago committed by Eli Schwartz
parent dcff439df0
commit f1c748df87
  1. 1
      run_project_tests.py

@ -1562,7 +1562,6 @@ def print_tool_versions() -> None:
print()
tmpdir = list(Path('.').glob('**/*install functions and follow symlinks'))
print(tmpdir)
assert(len(tmpdir) == 1)
symlink_test_dir = tmpdir[0]
symlink_file1 = symlink_test_dir / 'foo/link1'

Loading…
Cancel
Save