From 35254b1f00b1645a392418e5ded0af93b85912e5 Mon Sep 17 00:00:00 2001 From: Jacob Beers Date: Thu, 3 Oct 2024 12:22:09 -0500 Subject: [PATCH] Remove debugging code --- src/utils/BoxLang.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/BoxLang.ts b/src/utils/BoxLang.ts index 86c4412..2a63adc 100644 --- a/src/utils/BoxLang.ts +++ b/src/utils/BoxLang.ts @@ -135,8 +135,6 @@ export class BoxLang { } }); - const t = ExtensionConfig.boxlangJarPath + getJavaCLASSPATHSeparator() + ExtensionConfig.boxlangMiniServerJarPath; - const outputChannel = window.createOutputChannel(`BoxLang - ${server.name}`); outputChannel.appendLine(`Using port ${debugPort} for debugging`); outputChannel.show();