From 3c79617a920c4a15f0b75fc441cae424b2e6ea36 Mon Sep 17 00:00:00 2001 From: ascandone Date: Sun, 25 Aug 2024 18:50:01 +0200 Subject: [PATCH] removed console.log --- src/formatter.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/formatter.ts b/src/formatter.ts index e3e77d51..5549b7d9 100644 --- a/src/formatter.ts +++ b/src/formatter.ts @@ -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),