mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Remove stray dbg
This commit is contained in:
parent
42ddcb70df
commit
f2c30a699c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue