Skip to content

Commit e387939

Browse files
authored
Remove log
1 parent edad75d commit e387939

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cargo/ops/registry.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,6 @@ fn registry(
482482
registry.as_deref(),
483483
&api_host,
484484
)?;
485-
let mut mask_token = token.clone();
486-
mask_token.replace_range(0..token.len() / 2, &"*".repeat(token.len() / 2));
487-
log::debug!("found token {:?}", mask_token);
488485
Some(token)
489486
}
490487
}

0 commit comments

Comments
 (0)