remove debug print

This commit is contained in:
Folkert 2022-10-26 19:09:16 +02:00
parent bb19644d40
commit 548ef1358d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -364,7 +364,6 @@ pub(crate) fn surgery_pe(executable_path: &Path, metadata_path: &Path, roc_app_b
} = app_relocation;
if let Some(destination) = md.exports.get(name) {
dbg!(name);
match relocation.kind() {
object::RelocationKind::Relative => {
// we implicitly only do 32-bit relocations