Skip to content

Commit 7cba23e

Browse files
committed
Comment debug print
1 parent 77891e2 commit 7cba23e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ fn link_natively(
820820
for lib_dir in &library_search_dirs {
821821
let candidate_path = lib_dir.join(candidate);
822822
if candidate_path.is_file() {
823-
eprintln!("Found native library at {candidate_path:?}");
823+
// eprintln!("Found native library at {candidate_path:?}");
824824
obj_candidates.push(candidate_path);
825825
}
826826
}

0 commit comments

Comments
 (0)