Skip to content

Commit e6a7258

Browse files
authored
Remove unrelated change (#11704)
1 parent 5c8d47e commit e6a7258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/search/api/v3/executor.py

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def _get_projects_to_search(self):
9696
if version and self._has_permission(self.request, version):
9797
yield project, version
9898

99-
# TODO: respect the language of the project when including subprojects.
10099
for value in self.parser.arguments["subprojects"]:
101100
project, version = self._get_project_and_version(value)
102101

0 commit comments

Comments
 (0)