mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
revert some debug things
This commit is contained in:
parent
3f658c4b98
commit
be5c748b7f
3 changed files with 112 additions and 8 deletions
|
@ -1690,6 +1690,9 @@ fn update<'a>(
|
|||
|
||||
if state.dependencies.solved_all() && state.goal_phase == Phase::MakeSpecializations {
|
||||
debug_assert!(work.is_empty());
|
||||
|
||||
Proc::insert_refcount_operations(arena, &mut state.procedures);
|
||||
|
||||
// display the mono IR of the module, for debug purposes
|
||||
if roc_mono::ir::PRETTY_PRINT_IR_SYMBOLS {
|
||||
let procs_string = state
|
||||
|
@ -1703,8 +1706,6 @@ fn update<'a>(
|
|||
println!("{}", result);
|
||||
}
|
||||
|
||||
Proc::insert_refcount_operations(arena, &mut state.procedures);
|
||||
|
||||
msg_tx
|
||||
.send(Msg::FinishedAllSpecialization {
|
||||
subs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue