libdyld: remove debug prints

core0-buffer
Sebastien Bourdeauducq 2020-04-17 19:58:40 +08:00
parent a4f5c7040b
commit 102d553b5c
1 changed files with 0 additions and 2 deletions

View File

@ -219,8 +219,6 @@ impl<'a> Library<'a> {
if !((ehdr.e_ident == IDENT_OPENRISC && ehdr.e_machine == EM_OPENRISC)
|| ((ehdr.e_ident == IDENT_ARM && ehdr.e_machine == EM_ARM))) {
println!("e_type={}", ehdr.e_type);
println!("e_machine={}", ehdr.e_machine);
return Err("not for a supported architecture")?
}