mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Delete debug code that has been superseded
This commit is contained in:
parent
a2e58f8530
commit
01f293125a
1 changed files with 0 additions and 23 deletions
|
@ -115,29 +115,6 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32TestResult>(
|
||||||
..
|
..
|
||||||
} = loaded;
|
} = loaded;
|
||||||
|
|
||||||
// You can comment and uncomment this block out to get more useful information
|
|
||||||
// while you're working on the wasm backend!
|
|
||||||
{
|
|
||||||
// println!("=========== Procedures ==========");
|
|
||||||
// if PRETTY_PRINT_IR_SYMBOLS {
|
|
||||||
// println!("");
|
|
||||||
// for proc in procedures.values() {
|
|
||||||
// println!("{}", proc.to_pretty(200));
|
|
||||||
// }
|
|
||||||
// } else {
|
|
||||||
// println!("{:?}", procedures.values());
|
|
||||||
// }
|
|
||||||
// println!("=================================\n");
|
|
||||||
|
|
||||||
// println!("=========== Interns ==========");
|
|
||||||
// println!("{:?}", interns);
|
|
||||||
// println!("=================================\n");
|
|
||||||
|
|
||||||
// println!("=========== Exposed ==========");
|
|
||||||
// println!("{:?}", exposed_to_host);
|
|
||||||
// println!("=================================\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
debug_assert_eq!(exposed_to_host.len(), 1);
|
debug_assert_eq!(exposed_to_host.len(), 1);
|
||||||
|
|
||||||
let exposed_to_host = exposed_to_host.keys().copied().collect::<MutSet<_>>();
|
let exposed_to_host = exposed_to_host.keys().copied().collect::<MutSet<_>>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue