Remove stray dbgs

This commit is contained in:
Ayaz Hafiz 2022-04-12 16:32:50 -04:00
parent 64b559073d
commit cbbbb8c855
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 4 additions and 9 deletions

View file

@ -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)
}