Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeers committed Oct 3, 2024
1 parent 275f610 commit 35254b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/BoxLang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 35254b1

Please sign in to comment.