Skip to content

Commit

Permalink
Auto merge of #9873 - hi-rustin:rustin-patch-mask, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove log output that may leak tokens

close #9822
  • Loading branch information
bors committed Sep 8, 2021
2 parents 7d7c370 + e387939 commit e515c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/ops/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ fn registry(
registry.as_deref(),
&api_host,
)?;
log::debug!("found token {:?}", token);
Some(token)
}
}
Expand Down

0 comments on commit e515c32

Please sign in to comment.