Skip to content

Commit

Permalink
Merge pull request #7464 from gamebox/remove-println
Browse files Browse the repository at this point in the history
Remove superfluous println
  • Loading branch information
bhansconnect authored Jan 4, 2025
2 parents 3d4dd5b + ee089db commit fa77f7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/compiler/fmt/src/def.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa77f7e

Please sign in to comment.