mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
cleanup
This commit is contained in:
parent
894ef2b7b2
commit
0a0442657f
2 changed files with 1 additions and 10 deletions
|
@ -949,8 +949,6 @@ fn circular_error(
|
|||
let (error_type, _) = subs.var_to_error_type(var);
|
||||
let problem = TypeError::CircularType(loc_var.region, symbol, error_type);
|
||||
|
||||
dbg!("circular error");
|
||||
|
||||
subs.set_content(var, Content::Error);
|
||||
|
||||
problems.push(problem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue