mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Remove stray dbg
s
This commit is contained in:
parent
64b559073d
commit
cbbbb8c855
4 changed files with 4 additions and 9 deletions
|
@ -1769,7 +1769,7 @@ pub fn to_doc<'b>(
|
|||
) -> (RocDocBuilder<'b>, AbleVariables) {
|
||||
let mut ctx = Context::default();
|
||||
|
||||
let doc = to_doc_help(&mut ctx, alloc, parens, dbg!(tipe));
|
||||
let doc = to_doc_help(&mut ctx, alloc, parens, tipe);
|
||||
|
||||
(doc, ctx.able_variables)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue