Remove unnecessary comment

This commit is contained in:
2025-12-05 09:30:35 -05:00
parent b9ff01f3af
commit 0d6ae0c1b5

View File

@@ -91,7 +91,6 @@ def run_wget(mirror: Mirror, cfg: Optional[Config] = None) -> Tuple[int, Path]:
if cut_dirs > 0:
cmd.append(f"--cut-dirs={cut_dirs}")
# Finally, the URL (ONCE we were accidentally adding it twice before)
cmd.append(mirror.url)
_write_log_header(log_path, cmd)