Remove stray dbg

This commit is contained in:
Ayaz Hafiz 2022-10-04 14:09:03 -05:00
parent 42ddcb70df
commit f2c30a699c
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -5487,8 +5487,6 @@ fn late_resolve_ability_specialization<'a>(
} else if let Content::Structure(FlatType::Func(_, lambda_set, _)) =
env.subs.get_content_without_compacting(specialization_var)
{
dbg!(member, env.subs.get_lambda_set(*lambda_set));
// Fast path: the member is a function, so the lambda set will tell us the
// specialization.
use roc_types::subs::LambdaSet;