Comment out debugs for now

This commit is contained in:
Ayaz Hafiz 2022-06-22 14:17:38 -04:00
parent b377155acd
commit bee7d15aae
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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)
}