Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 authored Sep 8, 2021
1 parent edad75d commit e387939
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cargo/ops/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,6 @@ fn registry(
registry.as_deref(),
&api_host,
)?;
let mut mask_token = token.clone();
mask_token.replace_range(0..token.len() / 2, &"*".repeat(token.len() / 2));
log::debug!("found token {:?}", mask_token);
Some(token)
}
}
Expand Down

0 comments on commit e387939

Please sign in to comment.