Skip to content

Commit

Permalink
fix(config): remove unnecessary debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Mar 24, 2024
1 parent 1c612cf commit 5383232
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,6 @@ impl Cfg {
// disabling this and backing out https://github.com/rust-lang/rustup/pull/2141 (but provide
// the base name in the error to help users)
let resolved_name = &ToolchainName::try_from(toolchain_name_str)?;
let ts = self.list_toolchains()?;
eprintln!("{resolved_name:?} {ts:?}");
if !self.list_toolchains()?.iter().any(|s| s == resolved_name) {
return Err(anyhow!(format!(
"target triple in channel name '{name}'"
Expand Down

0 comments on commit 5383232

Please sign in to comment.