mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Remove debugs
This commit is contained in:
parent
ce6ef38477
commit
95395ffc5f
2 changed files with 0 additions and 2 deletions
|
@ -4174,7 +4174,6 @@ fn make_specializations<'a>(
|
|||
// TODO: for now this final specialization pass is sequential,
|
||||
// with no parallelization at all. We should try to parallelize
|
||||
// this, but doing so will require a redesign of Procs.
|
||||
dbg!(home, &specializations_we_must_make);
|
||||
procs = roc_mono::ir::specialize_all(
|
||||
&mut mono_env,
|
||||
procs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue