diff --git a/plugins/tools/batch-install-plugins/batch_install_plugins.py b/plugins/tools/batch-install-plugins/batch_install_plugins.py index beb6735..708566a 100644 --- a/plugins/tools/batch-install-plugins/batch_install_plugins.py +++ b/plugins/tools/batch-install-plugins/batch_install_plugins.py @@ -937,14 +937,6 @@ def _parse_repo_inputs(repo_value: str) -> List[str]: return repos or [DEFAULT_REPO] -def _format_repo_summary(repos: List[str]) -> str: - if not repos: - return DEFAULT_REPO - if len(repos) <= 2: - return ", ".join(repos) - return f"{repos[0]}, {repos[1]} +{len(repos) - 2}" - - def _sort_candidates_by_repo_order( candidates: List[PluginCandidate], repos: List[str], @@ -1054,15 +1046,9 @@ def _build_selection_dialog_js( " overlay.innerHTML = `", "