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 authored Mar 24, 2024
1 parent 1c612cf commit b2aa752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ impl Cfg {
// 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 b2aa752

Please sign in to comment.