mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-12 18:07:40 +00:00
Remove debugging println
This commit is contained in:
parent
05b7312db2
commit
bd19af37f4
@ -79,7 +79,6 @@ fn run_jit(tcx: TyCtxt<'_>, log: &mut Option<File>) -> ! {
|
||||
if name.is_empty() || !symbol.is_global() || symbol.is_undefined() {
|
||||
return None;
|
||||
}
|
||||
println!("name: {:?}", name);
|
||||
let symbol: libloading::Symbol<*const u8> =
|
||||
unsafe { lib.get(name.as_bytes()) }.unwrap();
|
||||
Some((name, *symbol))
|
||||
|
Loading…
Reference in New Issue
Block a user