Remove stray dbg

This commit is contained in:
Ayaz Hafiz 2022-07-10 14:40:06 -04:00
parent 1646e84a77
commit 7722601504
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2142,7 +2142,6 @@ fn compact_lambda_set<P: Phase>(
);
}
(_, Some(specialization)) => {
dbg!(opaque_home);
let specialized_lambda_set = *specialization
.specialization_lambda_sets
.get(&r)