mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Remove stray dbg
This commit is contained in:
parent
0692caf7ba
commit
cc8c945762
1 changed files with 0 additions and 5 deletions
|
@ -816,11 +816,6 @@ impl<'a> Procs<'a> {
|
|||
ret_var: Variable,
|
||||
layout_cache: &mut LayoutCache<'a>,
|
||||
) -> Result<ProcLayout<'a>, RuntimeError> {
|
||||
dbg!(env
|
||||
.subs
|
||||
.get_content_without_compacting(annotation)
|
||||
.clone()
|
||||
.dbg(env.subs));
|
||||
let raw_layout = layout_cache
|
||||
.raw_from_var(env.arena, annotation, env.subs)
|
||||
.unwrap_or_else(|err| panic!("TODO turn fn_var into a RuntimeError {:?}", err));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue