mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove debug print
This commit is contained in:
parent
bb19644d40
commit
548ef1358d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue