From f1c748df87554aa5800fe4ecdea3ab1178e8f613 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 4 Dec 2023 11:24:26 -0800 Subject: [PATCH] run_project_tests: remove debug print --- run_project_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run_project_tests.py b/run_project_tests.py index 39bf1628f..be3a33298 100755 --- a/run_project_tests.py +++ b/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'