Remove superfluous println

This commit is contained in:
Anthony Bullard 2025-01-04 06:36:28 -06:00
parent 3d4dd5b583
commit ee089db748
No known key found for this signature in database

View file

@ -431,8 +431,6 @@ impl<'a> Formattable for TypeDef<'a> {
fn format_with_options(&self, buf: &mut Buf, _parens: Parens, newlines: Newlines, indent: u16) {
use roc_parse::ast::TypeDef::*;
println!("WTF???");
match self {
Alias { header, ann } => {
header.format(buf, indent);