mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove superfluous println
This commit is contained in:
parent
3d4dd5b583
commit
ee089db748
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue