SERVER-80487 Remove vestigial todo

This commit is contained in:
Steve Gross 2023-09-08 18:58:08 +00:00 committed by Evergreen Agent
parent 5d28f330f5
commit 3bf02cbb27
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ from collections import defaultdict
Import("env")
Import("get_option")
# TODO(SERVER-45348): Re-enable installation of the jstests under the
# self-testable installs project.
Return()
env = env.Clone()