Remove stray dbg

This commit is contained in:
Ayaz Hafiz 2022-08-09 09:48:05 -07:00
parent 81bb889e93
commit b311dc4741
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2152,8 +2152,6 @@ fn constrain_typed_def(
Region::span_across(&annotation.region, &def.loc_expr.region),
));
dbg!(&signature);
// when a def is annotated, and its body is a closure, treat this
// as a named function (in elm terms) for error messages.
//