Skip to content

Commit 5383232

Browse files
committed
fix(config): remove unnecessary debug print
1 parent 1c612cf commit 5383232

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ impl Cfg {
590590
// disabling this and backing out https://github.com/rust-lang/rustup/pull/2141 (but provide
591591
// the base name in the error to help users)
592592
let resolved_name = &ToolchainName::try_from(toolchain_name_str)?;
593-
let ts = self.list_toolchains()?;
594-
eprintln!("{resolved_name:?} {ts:?}");
595593
if !self.list_toolchains()?.iter().any(|s| s == resolved_name) {
596594
return Err(anyhow!(format!(
597595
"target triple in channel name '{name}'"

0 commit comments

Comments
 (0)