Skip to content

Commit

Permalink
Remove unrelated change (#11704)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Oct 22, 2024
1 parent 5c8d47e commit e6a7258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readthedocs/search/api/v3/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def _get_projects_to_search(self):
if version and self._has_permission(self.request, version):
yield project, version

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

Expand Down

0 comments on commit e6a7258

Please sign in to comment.