mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
Comment out debugs for now
This commit is contained in:
parent
b377155acd
commit
bee7d15aae
1 changed files with 1 additions and 1 deletions
|
@ -2723,7 +2723,7 @@ pub fn specialize_all<'a>(
|
|||
PendingSpecializations::Making => {}
|
||||
PendingSpecializations::Finding(suspended) => {
|
||||
if env.home == ModuleId::DERIVED {
|
||||
dbg!(&suspended);
|
||||
// dbg!(&suspended);
|
||||
}
|
||||
specialize_suspended(env, &mut procs, layout_cache, suspended)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue