Skip to content

Commit e834aaa

Browse files
committed
Remove prints
1 parent 65766fd commit e834aaa

File tree

1 file changed

+0
-2
lines changed
  • src/librustc_codegen_ssa/back

1 file changed

+0
-2
lines changed

src/librustc_codegen_ssa/back/link.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,8 @@ fn get_crt_libs_path(sess: &Session) -> Option<PathBuf> {
982982

983983
let system_libs = SYSTEM_LIBS.lock().unwrap().clone();
984984
if let Some(compiler_libs_path) = system_libs {
985-
println!("cache: hit");
986985
return Some(compiler_libs_path);
987986
} else {
988-
println!("cache: miss");
989987
let compiler = if let Some(linker) = &sess.opts.cg.linker {
990988
linker.clone().into_os_string()
991989
} else if let Some(linker) = &sess.target.target.options.linker {

0 commit comments

Comments
 (0)