mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +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) {
|
fn format_with_options(&self, buf: &mut Buf, _parens: Parens, newlines: Newlines, indent: u16) {
|
||||||
use roc_parse::ast::TypeDef::*;
|
use roc_parse::ast::TypeDef::*;
|
||||||
|
|
||||||
println!("WTF???");
|
|
||||||
|
|
||||||
match self {
|
match self {
|
||||||
Alias { header, ann } => {
|
Alias { header, ann } => {
|
||||||
header.format(buf, indent);
|
header.format(buf, indent);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue