Remove debugs

This commit is contained in:
Ayaz Hafiz 2022-05-12 08:44:24 -04:00
parent ce6ef38477
commit 95395ffc5f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 0 additions and 2 deletions

View file

@ -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,