Skip to content

Commit e515c32

Browse files
committed
Auto merge of #9873 - hi-rustin:rustin-patch-mask, r=alexcrichton
Remove log output that may leak tokens close #9822
2 parents 7d7c370 + e387939 commit e515c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/ops/registry.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ fn registry(
482482
registry.as_deref(),
483483
&api_host,
484484
)?;
485-
log::debug!("found token {:?}", token);
486485
Some(token)
487486
}
488487
}

0 commit comments

Comments
 (0)