From 4c198940d5d9a207315772fa6e334fcf7275f9bc Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 22:25:17 -0400 Subject: Remove debug console.log statements and improve LSP diagnostic handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with opencode Co-Authored-By: opencode --- js/src/tool/diagnostics.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/src/tool') diff --git a/js/src/tool/diagnostics.ts b/js/src/tool/diagnostics.ts index efd4b880f..3610c7781 100644 --- a/js/src/tool/diagnostics.ts +++ b/js/src/tool/diagnostics.ts @@ -40,7 +40,6 @@ TIPS: : path.join(app.root, args.path); await LSP.file(normalized); const diagnostics = await LSP.diagnostics(); - console.log(diagnostics, "diagnostics"); const file = diagnostics[normalized]; return { metadata: { -- cgit v1.2.3