Remove log

This commit is contained in:
二手掉包工程师 2021-09-08 20:51:24 +08:00 committed by GitHub
parent edad75df5b
commit e3879397e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}
}