Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 14, 2023
1 parent 120a7cd commit 5a28f3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/toolset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl Toolset {
.map(|(_, tv)| tv)
.filter(|tv| matches!(self.versions[&tv.plugin_name].source, ToolSource::Argument))
.collect_vec();
debug!("install_arg_versions: {}", versions.iter().join(", "));
self.install_versions(config, versions, &mpr, opts)
}

Expand Down

0 comments on commit 5a28f3a

Please sign in to comment.