Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandone committed Aug 25, 2024
1 parent 4c38c1a commit 3c79617
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,6 @@ function exprToDoc(ast: UntypedExpr, block: boolean): Doc {
1,
);

console.log(
{ linesDiff },
ast.body.range.start.line,
ast.value.range.end.line,
);

const inner = concat(
text("let "),
patternToDoc(ast.pattern),
Expand Down

0 comments on commit 3c79617

Please sign in to comment.