diff --git a/src/Operations.jl b/src/Operations.jl index bb20aca8f8..73dc52823b 100644 --- a/src/Operations.jl +++ b/src/Operations.jl @@ -832,7 +832,6 @@ function download_artifacts(env::EnvCache; for (artifacts_toml, artifacts) in collect_artifacts(pkg_root; platform) # For each Artifacts.toml, install each artifact we've collected from it for name in keys(artifacts) - # @info name push!(download_jobs, () -> ensure_artifact_installed(name, artifacts[name], artifacts_toml; verbose, quiet_download=!(usable_io(io)), io=io)